C
CK
Hello,
I have the 60 MB XML string and I am coding a program in Visual Basic
to run a XSL transformation on it. Currently, I'm using the Microsoft
standard MSXML 2.0 to create a DOM document, load the XML, and then
run the XSL transformation on it using the MSXML2.IXSLProcessor
interface.
The problem is that it kills my system because of an incredible amount
of memory that it requires to do this (around 850 MB). Are there any
other transformation methods that I can use in Visual Basic that will
take less memory then DOM?
Or perhaps some other method of transformation that uses SAX as input
rather than a DOM object ?
BTW, can't use .Net
ANy other ideas are appreciated...
I have the 60 MB XML string and I am coding a program in Visual Basic
to run a XSL transformation on it. Currently, I'm using the Microsoft
standard MSXML 2.0 to create a DOM document, load the XML, and then
run the XSL transformation on it using the MSXML2.IXSLProcessor
interface.
The problem is that it kills my system because of an incredible amount
of memory that it requires to do this (around 850 MB). Are there any
other transformation methods that I can use in Visual Basic that will
take less memory then DOM?
Or perhaps some other method of transformation that uses SAX as input
rather than a DOM object ?
BTW, can't use .Net
ANy other ideas are appreciated...