XSLT Include - Effects on Performance
Hi,
Bit of a general question about xsl:include.
We have a solution that transforms thousands of XML messages every hour.
Currently none of the stylesheets use the include functionality, each stylesheet just works on it's own.
I am looking at using shared stylesheets to cut down on code duplication, through the use of xsl:include. To be specific, every single transform action will use two xsl:include instances.
For a solution that does so many transforms, what sort of performance changes would I expect to see?
This is assuming that each XML message is the same size - roughly 10kb each for the inputs and outputs.
I appreciate that I haven't provided details of server capabilities, software, etc, but I'm just after a rough indication of the change in performance - is it a significant impact to use include?
Thanks in advance,
__________________
Neil Belch
Technical Officer
CDL
The views opinions and judgements expressed in this message are solely those of the author. The message contents have not been reviewed or approved by CDL.
|