Re: I18N Issue alternative: collapsing plain and xml literals

Patrick.Stickler@nokia.com wrote:
> 
> 
> And importantly, for I18N:
> 
>  <rdf:Desription rdf:about="#something" xmlns:ex="http://example.com/"
>    <ex:foo parseType="Literal" xml:lang="en"><b>foo</b></ex:foo>
>  </rdf:Description>
>  
>  gives us
>  
>  <#something> <ex:foo> "<b>foo</b>"@en .
> 
> BUT
> 
>  <rdf:Desription rdf:about="#something" xmlns:ex="http://example.com/"
>    <ex:foo parseType="Literal" xml:lang="en" rdf:datatype="http://example.com/x"><b>foo</b></ex:foo>
>  </rdf:Description>

Is that currently legal syntax?

Brian

Received on Thursday, 11 September 2003 04:46:11 UTC