Re: Making a relative URI in @xml:base absolute

Am 18.06.2012 21:00, schrieb Jostein Austvik Jacobsen:
> It sounds like you're looking for the XProc extension function p:resolve-uri($relative, $base) [1]:
> 
> <p:store>
>     <p:with-option name="href" select="p:resolve-uri(/*/@xml:base, $root_uri)"/>
> </p:store>
> 
> [1] http://www.w3.org/TR/xproc/#f.resolve-uri

Jostein,

thank you very much, that's exactly what I needed.

Funny how I missed that one, I have already been using it in another pipeline. 

  Yves

Received on Tuesday, 19 June 2012 08:48:47 UTC