|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: sorting and parameters
> > In response to this problem and others of the same ilk, the next version
of
> > SAXON will contain an extension function evaluate() which takes as its
> > argument an XPath expression in the form of a string, and returns the
result
> > of evaluating that expression.
>
> Will this do generalized variable interpolation of (string) variables
> within a path? select="$nodes/some/$variable/child"?
>
It won't do it, but it will enable it, e.g. (if this is what you meant):
<xsl:variable name="path" select="concat('$nodes/some/', $variable,
'/child')"/>
<xsl:variable name="path-result" select="sxf:evaluate($path)"/>
Mike
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
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








