|
You can do this with EXSLT's dyn:evaluate I believe in XSLT 1.0. It lets you evaluate a text() node as an XPath. I used it extensively in Alexandra
http://simonwoodside.com/dev/xml/alexandra/
Also you get a lot more flexibility in this regard if you use pipelining (or in AxKit 1.6.1 tree-pipelining)
simon
|