xsl-list
[Top] [All Lists]

Re: Using Relative filepaths for XSL-FO images with-in XSL

2005-06-24 01:16:14
Arian Hojat wrote:
> Hello all,
> I was messing with a template rule so when a document
> points to another relatively, it applies templates to
> make my XSL-FO document to it like so...
>
> <xsl:apply-templates select="document(@href, .)"/>
>
> But I need to pull an image into my Xsl-fo referred to
> from that called xml file.

I think URLs are resolved relative to the system identifier.
You could use an URIResolver that resolve your files by hand.

Peter

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>
  • Re: Using Relative filepaths for XSL-FO images with-in XSL, Peter Gerstbach <=