RE: tex-01 new proposal

Just to check that I've understood this correctly:

> tex01/test002.rdf
> <rdf:RDF>
>  <rdf:Description xml:lang="en-US" eg:p="foo"/>
>  <rdf:Description xml:lang="en-us" eg:p="foo"/>
> </rdf:RDF>

results in 

> tex01/test002.nt
> _:a eg:p "foo"@en-US .

i.e., "en-us" -> "en-US" during parsing

Right?

Patrick

Received on Friday, 4 April 2003 01:39:08 UTC