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: Evaluatable XPath. ( XPath extensions ).


> One of the extensions I want to have is ability to calculate parts 
> of Xpath on the fly. I see it like:
> 
> /some/{$calculated}/node
> 3. In case (2) is true - could somebody suggest a better 
> syntax for this extension?

Saxon allows any string to be treated as an XPath expression and evaluated
using e.g.

saxon:evaluate(concat("/some/", $calculated, "/node"));

Mike K


 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]