No, XSLT programs cannot modify themselves at runtime. They share this
characteristics with many other modern programming languages.
Now tell us what problem you are trying to solve.
Michael Kay
Saxonica
On 29 Jul 2013, at 16:34, Costello, Roger L. wrote:
Hi Folks,
Is there a way for an XSLT program to, at runtime, decide which XSLT files
to include and import?
I imagine something like this at the top of the XSLT program:
if the input file has value X set then
include A.xsl, B.xsl
else
include C.xsl, D.xsl
Any way to do this?
/Roger
--~------------------------------------------------------------------
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>
--~--
--~------------------------------------------------------------------
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>
--~--