A long shot. Ok, so generally RDF/XML-in-HTML doesn't really work. But now with GRDDL we only need *one* statement, associating the container doc with a transformation (or profile). Is it possible to embed this statement as RDF/XML in an XHTML doc directly? If something along these lines is possible, it could appear in the <body> of a doc... The nearest I can get is: <rdf:Description xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dataview="http://www.w3.org/2003/g/data-view#" rdf:about="" dataview:transformation="http://example.org/xsl.xsl" /> - this doesn't show up in a browser, but the object is a literal :-( I assume this would be meaningless nestled inside a HTML doc - <dataview:transformation xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dataview="http://www.w3.org/2003/g/data-view#" rdf:resource="http://example.org/xsl.xsl" /> Cheers, Danny. -- http://dannyayers.comReceived on Thursday, 16 August 2007 11:39:13 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:11:50 GMT