[ZPT] Expanded Macro Indentation

Michael R. Bernstein webmaven@lvcm.com
20 Oct 2001 14:22:46 -0700


On Fri, 2001-10-19 at 04:37, Geir B=E6kholt wrote:
>=20
> Friday, October 19, 2001, 13:30:51, you wrote:
>=20
> [snip]
> MRB> Do the XHTML fully qualified attributes break any older browsers?
>=20
> not any i know of , but i haven't tested any gen 3 browsers with it..
> [snip]
>=20
> MRB> So ZPT will take a fully qualified attribute, and either convert it =
to a
> MRB> singleton or remove it, correct?
>=20
> Yep.

*If* fully qualified attributes don't break anything, then rather than
trying to preserve the attribute style, it should probably always
replace singletons with XHTML attributes, rather than the other way
around. That would probably be easiest to implement.

Perhaps what you really need to do is to create an 'XHTML Compliance'
fishbowl proposal for Zope as a whole.

Michael.