Re: Silva 1.o / Unicode problem
Guido Wesdorp <[email protected]>
| Newsgroups | gmane.comp.web.zope.silva.devel |
|---|---|
| Message-ID | <[email protected]> |
Bas Leeflang wrote: > I had another, related problem. When I include '&' in e.g. a title or > even in the running text (all based on Silva). The final page just > looks fine. However, when I try to validate such a page with the > http://validator.w3.org/ xhtml validator I get error messages on the > '&'. It should be escaped and not appear as plain text. At least that > is what I recall from the error message. > > Should Silva take care about this, or is the validator not good enough > in this respect? > If the public page contains a non-entitized ampersand sign, it's a bug, ampersand signs should *always* be converted to an entity, they should never end up in the HTML unentitized. If it does, browsers will probably show the page correctly but the content is not well-formed XML anymore. If that does indeed happen, the validator is right. However, when I view a public Silva page I see the ampersand as an entity, in the title, the breadcrumb trail, etc. so it sounds like it's a problem with your custom template rather then a Silva bug. Could you give me the URL that you validated so I can take a look for myself? Cheers, Guido