S
Sandy
I am doing XSL transformation using xalan, but sometimes the input XML files
are too large and that cause
"java.lang.OutOfMemoryError: Java heap space" exception in xalan.
Is there any way to split the xml file and do processing.
I tried to use the -FLAVOR s2s assuming that it will help as xalan won't
keep the xml tree in memory, but that also didn't help.
are too large and that cause
"java.lang.OutOfMemoryError: Java heap space" exception in xalan.
Is there any way to split the xml file and do processing.
I tried to use the -FLAVOR s2s assuming that it will help as xalan won't
keep the xml tree in memory, but that also didn't help.