It will not cost anything to correct the spelling mistake in the Doctype (in the meantime why not change to html.4.1) BUT if W3C cannot generate system identifier for general entity "origin_url" because of the use of & instead of & , why every browser on earth should? I am unfortunately entitled to think the opposite... as at least one, mine ( IE6 SP1 under XP) will hang on a page generated by Plone if I don't replace the faulty & The fact that I'm not alone (there are clients of Hotmail and Msn complaining to name a few) lets me "hope" it will have soon a SP2 ----- Original Message ----- From: "george donnelly" <list@zettai.net> To: "Jamie Heilman" <jamie@audible.transient.net>; <dancam@netcourrier.com> Cc: <zope@zope.org> Sent: Friday, December 20, 2002 8:27 PM Subject: Re: [Zope] conformance to W3C Recommendations and other standards
this may be true, for example, for new page templates, but this is not true for, e.g., the dtml-tree tag or the ZMI, not to say that these can not be changed with some source hacking.
Although I think it would be great to have everything Zope-related spew perfect, validating XML/XHTML all the time, its not really that important because all browsers support the old deprecated HTML stuff, probably will for a long time, including all kinds of non-standard html. Its also a little quixotic because browsers do not completely support the latest standards yet.
99% of the time, to talk about "what html Zope produces" is a fallacy, because, as others have said, Zope produces very little html that the coder can not change. I.E, the HTML that Zope produces is entirely in your hands for all intents and purposes.
<--> george donnelly - http://zettai.net/ - "We Love Newbies" :) Zope Hosting - Dynamic Website Design - Search Engine Promotion Yahoo, AIM: zettainet - ICQ: 51907738 - e:george@zettai.net
From: Jamie Heilman <jamie@audible.transient.net> Date: Fri, 20 Dec 2002 15:22:23 -0800 To: dancam@netcourrier.com Cc: zope@zope.org Subject: Re: [Zope] conformance to W3C Recommendations and other standards
Zope generates XHTML by default[1], if you need to generate older formats you'll have to override all zope-generated markup, review the mailing list archive for various examples of how to do this.
[1] Except where it doesn't; like the Image.tag() method which is broken. See bug #634 ... trivial to fix, but nobody has.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )