[Home] [By Thread] [By Date] [Recent Entries]

Subject: Re: "Heap" of trouble handling input file of 500 MByte
From: thehulk@xxxxxxxxxxx
Date: Thu, 17 Mar 2011 18:39:51 +0000 (UTC)
Thanks, that makes the compiler happy! 

For other newbies, I also needed to either: 

import the class: 
         import javax.xml.transform.TransformerFactory ; 

or
specify the class fully:
          javax.xml.transform.TransformerFactory transFact = new net.sf.saxon.TransformerFactoryImpl();


Now, to execute it, and find out what the XSLT 2.0 standard requires from my turgid transforms.

Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member