Re: how does a GRDDL transformation get the base URI?

On 25/07/2006 17:26, Dan Connolly wrote:
> There are a few known issues noted in the GRDDL draft spec:
> 
> "Implementation experience to date suggests investigating the following
> issues:
> 
>       * how the transformation algorithm gets the base URI; specify how
>         that works as an XSLT param"
> 
>  -- http://www.w3.org/TeamSubmission/grddl/#implExp
>   http://www.w3.org/TeamSubmission/2005/SUBM-grddl-20050516/#implExp
> 
> I think I have made up 3 or 4 mechanisms to deal with base URIs.
> I think embedded RDF has another approach.

Embedded RDF uses the base URI specified in the (X)HTML document, i.e.:

<base href="http://example.org/about" />

Ian

Received on Wednesday, 26 July 2006 13:22:38 UTC