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.
 
Thanks
 
Paolo Beatrici.
 

Reply via email to