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:


> I've a problem I can't manage.
>  --- My XML ---
> <root>
>         <text menu="//menul/books/programming" path="path">

There is no way in standard XSLT of evaluating an expression created "at run
time", e.g. read from the source XML document. All XPath expressions must be
written explicitly in the stylesheet.

You can achieve the effect you want using Saxon's evaluate() extension
function.

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]