Hi,
Try this: StringWriter sw = new StringWriter();
Good luck.
Felix Garcia Romero wrote: How can I pass a NodeList to String, in the samples the code to generate the result to console output is: NodeList nl=...... int n=nl.getLength(); |
- NodeList to String Felix Garcia Romero
- Edward Nesterov