Re: XML Serialization

> Probably the main reason for XMLizing all this is so that RDF could be
> mixed freely with other content, eg. embedded in SVG graphics, XHTML etc.
> http://www.w3.org/TR/SVG-access/ and so it could embed fragments of other
> markup languages (eg. MathML).

Once you get into even vaguely reasonable languages, any kind of
language can be embedded in any other kind of language.  Even HTML can
be tricked to include Javascript, and Javascript carries fragrments of
HTML all the time.  

I don't see how using angle-brackets for sneaking RDF into HTML is
significantly better.
   
   <rdf data="...n3 expression..." />

would have been fine, too.

Has anyone really found RDF's angle-bracket syntax allowing it to be
embedded in HTML/XML structures to be useful?   

In the other direction, of course it's trivial to include XML or
whatever in an n3 literal, where it belongs.

    -- sandro

Received on Thursday, 30 August 2001 21:13:36 UTC