|
Subject: Re: [xsl] "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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] "Heap" of trouble handlin, Michel Hendriksen | Thread | [xsl] need a help with following si, Red Light |
| Re: [xsl] Date and Time of a File, Andrew Welch | Date | [xsl] Processing mutiple files in m, Mark |
| Month |