RE: [xsl] dynamic variable name/implementation question

Subject: RE: [xsl] dynamic variable name/implementation question
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 25 Aug 2005 23:00:16 +0100
> 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/

Current Thread