xsl-list
[Top] [All Lists]

Re: Dynamic XPath Expression

2005-11-09 13:22:13
> 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



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>