[xsl] document() path relative to current document

Subject: [xsl] document() path relative to current document
From: "Robert Sösemann" <rsoese@xxxxxx>
Date: Tue, 23 Nov 2004 16:41:37 +0100 (MET)
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!

Current Thread