RE: first pass parseType="Literal" text for primer

> 2. <title rdf:parseType='Literal'>Why the &lt;FONT&gt; Tag is 
> Bad</title>
> 
> I take the value of this 'title' property to be:
> 
>    "Why the &lt;FONT&gt; Tag is Bad"^^rdf:XMLLiteral

Eh? Really?

Don't you mean

   "Why the <FONT> Tag is Bad"^^rdf:XMLLiteral

Surely the entities are resolved the same as for any
literal.

If you wanted/needed

    "Why the &lt;FONT&gt; Tag is Bad"^^rdf:XMLLiteral

then you'd have to say

  <title rdf:parseType='Literal'>Why the &amp;lt;FONT&amp;gt; Tag is Bad</title>

No?

If this is not the case, then I've really missing something
major here and am very alarmed!

Patrick

Received on Monday, 28 July 2003 07:31:18 UTC