[
Lists Home |
Date Index |
Thread Index
]
Title: Message
If
it's Java, you can use a JAXP identity transformer with a DOMSource as input and
a StreamResult as output.
Transformer t =
TransformerFactory.getInstance().getTransformer();
t.transform(new DOMSource(myDocument), new
StreamResult(System.out));
Michael Kay Software AG home:
Michael.H.Kay@ntlworld.com work: Michael.Kay@softwareag.com
Hi all
Could anyone tell me how can I convert a DOM Document object in
memory to a text file? Some example would be useful.
Thanks in advance :-)
Yahoo! Messenger Nueva
versión: Webcam, voz, y mucho más
ˇGratis!
|