RE: [xsl] storing XPath Expression in a variabel, and using it in a document function

Subject: RE: [xsl] storing XPath Expression in a variabel, and using it in a document function
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 21 Jun 2006 16:28:55 +0100
> Apparantly this is not working as the variable $path is not a 
> node set. Do you know a way to make this possible? I read 
> about the exslt dynamic evaluation, but I weren't able to 
> make it work. Is that the correct way of solving this problem?

Yes, you need an extension function such as exslt:evaluate() or
saxon:evaluate().

Michael Kay
http://www.saxonica.com/

Current Thread