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]

RE: parameter in path


You might be able to use xsl:attribute.

<xsl:param name="p1" select="'abc">
<xsl:value-of>
	<xsl:attribute name="select">//some1/<xsl:value-of
select="$p1"/>/some2</xsl:attribute>
</xsl:value-of>


-----Original Message-----
From: Frank Hess [mailto:hess.frank@web.de]
Sent: Wednesday, November 29, 2000 9:08 AM
To: xsl-list@mulberrytech.com
Subject: parameter in path


Hi,

is it possible to use a paramter in the path of the select of a xsl:value-of
?

Example:

<xsl:param name="p1" select="'abc">
<xsl:value-of select="//some1/$p1/some2"/>

Frank


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


 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]