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

Hi,

In our XSLT1 implementation we use a parameter with a default value in 
case the parameter is not set:

 <xsl:param name="*this*" select="*//*/@xml:base[position()=1]*" />

Fabien.


Dan Connolly a écrit :
> 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.
>
> I think it will be worth expanding GRDDL to include a standardized
> mechanism.
>
> I suggest we start an issues list and include this somewhere.
>
>   

-- 
"I am optimistic for the future of pessimism."
                             -- Jean Rostand.
 ____________
|__ _ |_  http://www-sop.inria.fr/acacia/personnel/Fabien.Gandon/
|  (_||_) INRIA Sophia Antipolis - ph# (33)(0)4 92 38 77 88

Received on Wednesday, 26 July 2006 08:34:22 UTC