Currently I'm transforming from the command line with Xalan. Example: java -ms1024m -mx1024m org.apache.xalan.xslt.Process -in WebCrd.xml -xsl webcrd_EmpHist.xsl -out i_emphist.dat -INCREMENTAL
Now I'm trying to do the same exact process with Xerces. It doesn't seem like Xerces has a similar incremental option... Is there a way to parse a large file (500+mb) in a quick way that also doesn't run the system out of memory? I'm wondering how can I get Xerces to parse an input file "incrementally" like Xalan? I'm very new at all this so any ideas, solutions, or general help on where to get started would be greatly appreciated. -- View this message in context: http://www.nabble.com/Parsing-a-large-XML-file-in-Xerces-tp21572644p21572644.html Sent from the Xerces - J - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
