Re: [dom4j-user] Issue of size in XMLWriter.write method

2005-10-06 Thread Malcolm Sparks
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

[dom4j-user] Issue of size in XMLWriter.write method

2005-10-05 Thread Nishi Shah
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