Nadeau, Isabelle wrote:
Is it possible to generate a big xsl file dynamically if I already have
define small xsl files for each section of the document ? If yes, how ?
Should I use xsl:import or xsl:include ?
The only difference between xsl:include and xsl:import is how name
clashes for globals and matching priorities are handled. You should
probably use xsl:include.
After that, will I be able to know how many pages have been generated by each
small xsl ?
No, most probably not. Why do you think you need this feature?
I Hope I gave enouhg details..
Well, not really. The phrase "generating XSL dynamically" is usually
associated with something you apparently don't mean.
For the XSLT part, you should ask on the XSL list:
http://www.mulberrytech.com/xsl/xsl-list/
J.Pietschmann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]