|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: How to pass an XPath as a param and evaluate it?
Andrew Welch wrote:
Hi,
> in XSLT 3 it's part of the language so just
eval()
Almost :-) Actually it is xsl:evaluate, which allows more
flexibility: you can control the in-scope namespace bindings, the variables in
the context, the return type, etc. For instance:
<xsl:evaluate xpath="'1
+ $i'" as="xs:integer">
<xsl:with-param name="i" select="the/value"/>
</xsl:evaluate>
Regards,
--
Florent Georges
http://fgeorges.org/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








