xsl-list
[Top] [All Lists]

Re: keys and variables

2004-08-20 15:44:22


What I want is to a) remove all explicit xpath expressions from the 
core of my stylesheets so

You can not store expressions in an Xpath/XSLT variable, only values
(which includes nodes) so there is really no way to do that in a single
xslt stylesheet, the only thing that you can do is _generate_ a
stylesheet that has teh expressions you want from some generic template.

Or use a processor that supports a dynamic evaluation extension taht
will parse and evaluate  a string as an XPath expression.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________