Re: [xsl] Dynamic XPath Expression

Subject: Re: [xsl] Dynamic XPath Expression
From: George Cristian Bina <george@xxxxxxx>
Date: Wed, 09 Nov 2005 22:22:13 +0200
> Is is possible to build up an XPath expression (as a string) and then
> use it with a select or match.

An alternative to extension functions will be split the processing into more XSLT styelsheets. For instance you can have a first XSLT as output that you will apply on the second document, so instead of

XML1/XML2 --- XSLT --- result

you will have

XML1 --- XSLT1 --- XSLT2
XML2 --- XLST2 --- result

Hope that helps,
George
---------------------------------------------------------------------
George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com

Current Thread