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

2012/6/19 Yves Forkl <Y.Forkl@srz.de>

> 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
>


No problem :). Glad to help.

Jostein

Received on Tuesday, 19 June 2012 10:30:22 UTC