This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

getting the filename


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@hico.com;  r.huditsch@hico.com
> 
> 

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]