Re: Formation of RDF terms

>
> Are they really? It's a bit of a tangent, but couldn't I do this:
>
> <rdf:RDF xmlns:urn="urn:uuid:" xmlns:rdf="#RDF-whatever">
>   <rdf:Description rdf:about=""
>     <urn:3242340623324314890324>Wow, it
worked.</urn:3242340623324314890324>
>   </rdf:Description>
> </rdf:RDF>
>
> It seems like that would be perfectly valid.

An XML Name and XML Names NCName must start with a Letter. So "foo:123" is
not namespace-valid.

-Jonathan

Received on Friday, 26 January 2001 14:20:57 UTC