Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JDOM User »

Re: [jdom-interest] Avoid linebreak when
 using  org.jdom.Element.RemoveChild

Victor Toni

2006-12-12

Replies:

S?ren Faltz wrote:
> My outputter looks like this
>
>
> public String convertDocumentToString(Document doc) {
>   String stringDocument;
>
>   XMLOutputter outputter = new XMLOutputter();
>   stringDocument = outputter.outputString(doc.getRootElement());
>
>   return stringDocument;
>  }
>
> Can I specify it to remove empty lines??
>
Have you tried:

XMLOutputter outputter = new XMLOutputter(Format.getPrettyFormat());

>
> 2006/12/12, Victor Toni <victor.toni@(protected)
> <mailto:victor.toni@(protected)>>:
>
>   JDOM works exactly as it is supposed to.
>
>   You have "text" between <Orange/> and <Green/> even if it contains
>   only
>   whitespaces and newlines.
>
>   Which format have you used for the Outputter?
>
>   S?ren Faltz wrote:
>   > Document before
>   >
>   > <xml>
>   >  <type>
>   >   <Orange/>
>   >   <Green/>
>   >  </type>
>   > </xml>
>   >
>   > I then call objElementType.removeChild("Green");
>   >
>   > and my xml looks like this
>   >
>   > <xml>
>   >  <type>
>   >   <Orange/>
>   >
>   >  </type>
>   > </xml>
>   >
>   >
>   >
>   > but i want it to look like this
>   >
>   > <xml>
>   >  <type>
>   >   <Orange/>
>   >  </type>
>   > </xml>
>   >
>   > 2006/12/12, Victor Toni <victor.toni@(protected)
>   <mailto:victor.toni@(protected)>
>   > <mailto:victor.toni@(protected)
>   <mailto:victor.toni@(protected)>>>:
>   >
>   >   S?ren Faltz wrote:
>   >   > When I use the removechild method, an empty line occurs in
>   the Jdom
>   >   > document, how do I avoid this empty line???
>   >
>   >   Providing a simply test case might prove useful.
>   >
>   >   Kindest regards,
>   >   Victor
>   >
>   >
>   >
>   ------------------------------------------------------------------------
>   >
>   > _______________________________________________
>   > To control your jdom-interest membership:
>   >
>   http://www.jdom.org/mailman/options/jdom-interest/youraddr@(protected)
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> To control your jdom-interest membership:
> http://www.jdom.org/mailman/options/jdom-interest/youraddr@(protected)
_______________________________________________
To control your jdom-interest membership:
http://www.jdom.org/mailman/options/jdom-interest/youraddr@(protected)
©2008 junlu.com - Jax Systems, LLC, U.S.A.