A
anilbisen
I am working on an application which requires merging of XML documents
and then reorder/sort them based on elements in the XML. This needs to
be done in C++ and requires very high performance.
I read about sorting using XSLT but it is memory intensive and
performance is low and may not be useful to me.
Is there any other way I can achieve this?
Please guide me on this.
and then reorder/sort them based on elements in the XML. This needs to
be done in C++ and requires very high performance.
I read about sorting using XSLT but it is memory intensive and
performance is low and may not be useful to me.
Is there any other way I can achieve this?
Please guide me on this.