we have a 3 gig of xml data. we need to transform this data using our XSL
file.
when i use the regular transform methods of course i run out of memeory.
the XSL file has quite bit of rules so i really cannot move them in to my
code.
is there way to transform the file streamingly?
thanks.
file.
when i use the regular transform methods of course i run out of memeory.
the XSL file has quite bit of rules so i really cannot move them in to my
code.
is there way to transform the file streamingly?
thanks.
Comment