Sam Ruby wrote:

Julian Reschke wrote:


<atomTitle type="XHTML" xmlns:xhtml="http://www.w3.org/1999/xhtml";> Less: <xhtml:em> &lt; </xhtml:em> </atomTitle>

(hope I got these right).


This is not only right, but also a good example of why many people would prefer to have another element so that they don't have to deal with prefixes:

  <atomTitle type="XHTML">
    <div xmlns="http://www.w3.org/1999/xhtml";>Less: <em> &lt; </em></div>
  </atomTitle>

The above is "similar" to your example, but not _identical_ to your example, given the current spec.

Well, the current spec absolutely allows people to stick in the div element. It just doesn't require them to do it.


Best regards, Julian

--
<green/>bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760



Reply via email to