Re: Validator doesn't complain about & in meta content

>     <meta name="Title" content="I like XML & XSL!">

If there is a space after the & it does not have to be escpaed per SGML.  
(In XML you must always escape it.)


>     <meta name="Description" content="I like M&Ms.  Yum!">

This is indeed incorrect. (It should return the error it returns.)


-- 
Anne van Kesteren
<http://annevankesteren.nl/>

Received on Wednesday, 28 September 2005 05:46:08 UTC