----- Original Message ----- From: "Jamie Heilman" <jamie@audible.transient.net> To: <dancam@netcourrier.com> Cc: <zope@zope.org> Sent: Saturday, December 21, 2002 12:22 AM Subject: Re: [Zope] conformance to W3C Recommendations and other standards
1. Line 4, column 35: character data is not allowed here <base href="http://www.zope.org/" /> ^
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.
Sorry, I was not clear again.. -because of this 40 in REC-html40/loose.dtd instead of 4.0, W3C doesn't understand the Doctype - to validate you are obliged to override the Doctype - I made the mistake do it by hand, it would have been clearer to let W3c to do it http://validator.w3.org/check?uri=http%3A%2F%2Fwww.zope.org&doctype=HTML+4.0 1+Transitional&charset=iso-8859-1+%28Western+Europe%29&ss=1&No200=1&verbose= 1 don't stop at the first warning .. the one which is worrying me is a.. Line 283, column 84: cannot generate system identifier for general entity "origin_url"
[1] Except where it doesn't; like the Image.tag() method which is broken. See bug #634 ... trivial to fix, but nobody has.
-- Jamie Heilman http://audible.transient.net/~jamie/ "You came all this way, without saying squat, and now you're trying to tell me a '56 Chevy can beat a '47 Buick in a dead quarter mile? I liked you better when you weren't saying squat kid." -Buddy
_______________________________________________ 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 )