Re: [xsl] How to apply a xpath value in one XML to access the relevant XML for binding the data in XSL

Subject: Re: [xsl] How to apply a xpath value in one XML to access the relevant XML for binding the data in XSL
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Wed, 27 Jul 2011 19:36:11 +0200
Sanjaya Liyanage wrote:

How can I achieve my target?Any ideas are welcome.Thank you.

Either write one stylesheets that creates as its result a second stylesheet which you then apply as needed.


Or check whether your XSLT processor supports an extension function to evaluate an XPath expression given in a string at run-time, like
http://www.saxonica.com/documentation/extensions/functions/evaluate.xml


--

	Martin Honnen --- MVP Data Platform Development
	http://msmvps.com/blogs/martin_honnen/

Current Thread