[xsl] getting the filename

Subject: [xsl] getting the filename
From: "Roman Huditsch" <r.huditsch@xxxxxxxx>
Date: Thu, 12 Jul 2001 10:23:56 +0200
Good morning everybody!

I have a slight problem with my xsl-stylesheet. I have to store the
filename of my XML-file, which calls the xsl-stylesheet, in a variable
within my XSL-file. Is there a way to get that filename into my
variable?


<xsl:variable name="i" select=" ???? "/>

<form method="post">
	<xsl:attribute name="action">
		<xsl:value-of select="$i"/>
	</xsl:attribute>
</form>


best regards,
Roman

> Roman Huditsch (RH ) 
> _____________________________________________________________________
> hico Informations- und Kommunikations-Management Gesellschaft m.b.H.
> TechLab, Thomas A. Edison Straße 2.
> A-7000 Eisenstadt / Austria
> phone: +43/2682/704-61-00; fax: +43/2682/704-71-61-10
> e-mail:support@xxxxxxxx;  r.huditsch@xxxxxxxx
> 
> 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread