xsl-list
[Top] [All Lists]

RE: dynamic variable name/implementation question

2005-08-25 15:00:16
IOW, can an XSLT processor generate and XSLT file and then launch
another transform recursively?

Not without use of processor extensions, such as

saxon:compile-stylesheet()
http://www.saxonica.com/documentation/extensions/functions/compile-styleshee
t.html

and saxon:transform()
http://www.saxonica.com/documentation/extensions/functions/transform.html

But of course you can also do it from other languages such as Java, or a
pipeline processing language.

Michael Kay
http://www.saxonica.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>
--~--