xsl-list
[Top] [All Lists]

document() path relative to current document

2004-11-23 08:41:37
Hello I hope someone can help me with this weird question.

I am transforming multiple xmls in multiple folders with an Ant task
applying a single xsl to them.

This xsl needs to use the document() function with a URL relative 
*to the location of the currently transformed document*. The problem is that
document() works relativly from the stylesheet location.

  <xsl:variable name="path" select="concat(?PATHINFOMISSING?, @href)"/>
  <xsl:variable name="external-doc" select="document($path)"/>

Is there a way to get ?PATHINFOMISSING? / the path of the transformed
document?

-- 
NEU +++ DSL Komplett von GMX +++ http://www.gmx.net/de/go/dsl
GMX DSL-Netzanschluss + Tarif zum supergünstigen Komplett-Preis!

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