Nishi,
Just use a java.io.StringWriter instead of a java.io.PipedWriter.
Malcolm
Nishi Shah wrote:
Hi Friends,
I'm facing one issue with write method of XMLWriter.
My aim is to converts a single line of string (which is a valid xml)
into the formatted xml.
I'm using dom4j 1.5.2
I wri
Hi Friends,
I'm facing one issue with write method of XMLWriter.
My aim is to converts a single line of string (which is a valid xml) into the formatted xml.
I'm using dom4j 1.5.2
I written one method that accepts the input as unformatted string and returns the xml formatted string.
I'm