Xalan Command
santosh365 <[email protected]> Fri, 2 Mar 2012 01:38:48 -0800 (PST)
| Newsgroups | gmane.text.xml.xalan.java.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I am a newbie to xalan. Is there any way to combine the two commands below so that the large XML file UTRAN_TOPOLOGY.xml does not have to be loaded into memory twice? java -Xms1500m -Xmx1500m -cp C:\xalan\xalan.jar org.apache.xalan.xslt.Process -in C:\xalan\UTRAN_TOPOLOGY.xml -xsl C:\xalan\UtranCell.xslt -out C:\xalan\UtranCell.txt java -Xms1500m -Xmx1500m -cp C:\xalan\xalan.jar org.apache.xalan.xslt.Process -in C:\xalan\UTRAN_TOPOLOGY.xml -xsl C:\xalan\UtranIubLink.xslt -out C:\xalan\UtranIubLink.txt Thanks -- View this message in context: http://old.nabble.com/Xalan-Command-tp33427080p33427080.html Sent from the Xalan - J - Users mailing list archive at Nabble.com.