I have a xslt stylesheet with multiple xsl:imports and I want to merge them all into the one xslt file.
xsl:import
It is a limitation of the system we are using wh
A Manual merge is probably going to be the best option.
The main consideration will probably be to make sure that the logic for matching templates works in the combined stylesheet.