Well, there are several possibilities to hold XML in memory (DOM, JDOM,
String, byte[]...). Anyway, you might want to have a look at a sample I
posted recently. It uses JAXP instead of the XSLTInputHandler to provide
XSL transformation and it can easily be adapted to your needs.

http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=4517

I hope this helps.

On 11.12.2002 20:08:49 Paolo Beatrici wrote:
> I have a little question : if i have my xml not on file but in memory, how 
> can i substitute the following statement 
> 
>  XSLTInputHandler input = new XSLTInputHandler(new File(xmlFile), new 
> File(xslFile));
> 
> that need a  xml into a file with another that need string or similar? At the 
> moment i need to write my xml into a temporary file and passing it to the 
> XSLTInputHandler.


Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  • File Xml Paolo Beatrici
    • Jeremias Maerki

Reply via email to