xsl-list
[Top] [All Lists]

Re: [xsl] "Heap" of trouble handling input file of 500 MByte

2011-03-17 13:40:09

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.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>