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: Two variables in XPATH expression.


> I am trying to have the xpath locations for a secondary file 
> stored in the main XML input file.

In standard XSLT, the XPath expressions must all be statically written in
the XSLT stylesheet. You can't read them from the source XML file, or
construct them at run-time from strings, or pass them in as parameters. The
only thing you CAN do is to create the stylesheet dynamically before running
it.

Saxon has an extension, saxon:evaluate(), which does what you want.

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]