[[ I don't really understand what meant by "documents named relative to the transformed document can be created" in the context of GRDDL, so couldn't see where, if anywhere, this is demonstrated. ]] That isn't what it was intended to say - though the language is unclear. It was intended to say that *references* to documents named relative to ... given that one is transforming a source document http://example.org/foo one can create a triple whose subject is http://example.org/bar with something like [[ <rdf:Description rdf:about="bar"> ... </rdf:Description> ]] in the transform However, the input file described above uses grddl:transformation="glean_title.xsl", but Brian also provided a variation. Changing the source doc to refer to grddl:transformation="baseURI.xsl" ( baseURIb.html) I got a result (baseURIb.rdf) additionally containing a statement : <rdf:Description rdf:about="file:///Users/dannyayers/Documents/projects/grddl-wg/baseURI. xsl "> <rdf:type rdf:resource="http://example.org/test#StyleSheet"/> </rdf:Description> This demonstrates that triples relative to the transformation document can also be generated. Cool trail ;-) Ah - exactly. BrianReceived on Wednesday, 24 January 2007 13:35:42 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:11:47 GMT