Hi !
 
I construct an XML tree into memory.
I'm doing a transformation with a transformer that is created by reading the xsl file from disk :
 
transformer.transform(new javax.xml.transform.dom.DOMSource(node),
                                new javax.xml.transform.stream.StreamResult(new java.io.OutputStreamWriter(file,"ISO-8859-1")));
 
But now, I would like to test exactly the same thing with translets.
My problem is that I don't found a way to give my DOM tree to the transform method of the translet...
 
Any clue ?
 
Thanks !
Olivier.
 
 
--
En cas de besoin : http://pgpkeys.mit.edu:11371 (ID : 0x8472E45D)

Reply via email to