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: using parameters in a select


> I would use a parameter to pass in the XPath to my select statement.

An XSLT variable or parameter can hold a string, a number, a boolean, or a
node-set. It cannot hold an XPath expression.

However, some products (e.g. Xalan and Saxon) allow you to construct an
expression from the value of a string using the xx:evaluate() extension
function.

Mike Kay
Software AG


 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]