Re: One last proposal before we close...

[...]

Seems like a good refinement

>All of the following:
>
>4. <rdf:Description rdf:about="#x">
>      <ex:foo rdf:parseType="Literal"><xhtml:b>bar</xhtml:b></ex:foo>
>   </rdf:Description>
>
>5. <rdf:Description rdf:about="#x">
>      <ex:foo>&lt;xhtml:b&gt;bar&lt;/xhtml:b&gt;</ex:foo>
>   </rdf:Description>
>
>6. <rdf:Description rdf:about="#x"
>ex:foo="&lt;xhtml:b&gt;bar&lt;/xhtml:b&gt;"/>
>
>generate the same triple:
>
>   <#x> ex:foo "<xhtml:b xmlns:xhtml="...">bar</xhtml:b>"@fi .

My parser is not happy with the inner quotes :-(
Any escaping?

--
Jos De Roo, AGFA http://www.agfa.com/w3c/jdroo/

Received on Friday, 11 July 2003 15:46:11 UTC