Hi All:

According to regular way for transforming XML to another XML we use
XalanTransform method along with the Stylesheet. Would it be possible to
develop a C++ application (Same as what is done by stylesheet) and still use
XalanTransform to transform one XML to another XML. In short replacing
stylesheet with an C++ application inorder to get a boost in performance.

If Yes, an small example would be very helpful.

I greatly appreciate your help.

Thanks,
Amish.

On Feb 13, 2008 8:34 PM, David Bertoni <[EMAIL PROTECTED]> wrote:

> 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
>

Reply via email to