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]
Other format: [Raw text]

RE: Convert string to a list of nodes



>>Now I only want to know the way to get a node which name I have listed in
string parameter passed to a template. This is the main problem for me now.

you mean like this?

...
<xsl:param name="the-name"/>
<xsl:variable name="the-value">
	<xsl:copy-of select="//*[local-name()=$the-name]"/>
</xsl:variable> 
...



 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]