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: XPath expression as param


> i'm trying to find a way to call a template with an XPath 
> expression as a parameter. something like:

In standard XSLT there is no way to construct XPath expressions as strings
at run-time. You can do it in Saxon using the saxon:expression() and
saxon:eval() extensions.

Mike Kay


 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]