Amish Gujarathi wrote:
Hi All:
Am using XalanC 1.10.0 in combination with Xerces 2.7.0, for
Transforming an XML to another XML.
I have observed that its takes long time for the conversion of one XML
to another, can you please suggest some points which would help me
reduce the time taken to create another XML file. I suppose its because
of the XSL thats take time to convert to other XML format.
Without more information, such as a stylesheet that illustrates the
performance issue, it's impossible to say how you might improve things.
Please give us more details, such as the size of your input document and
the size of the result document, along with a stylesheet and a reduced
sample input. Also, the platform and C++ compiler can have an impact on
performance, as can using a debug executable.
Dave