Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] pretty printing

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
  • To: Jacky Lu <Jacky.Lu AT Sun.COM>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] pretty printing
  • Date: Thu, 8 Jan 2004 12:28:15 -0500

At 12:22 PM -0500 1/8/04, Jacky Lu wrote:
Hello,

I'm creating XML document using Serializer class. When the indent is set
to a positive integer, the input whitespaces(including the spaces
contained in a string value) will not be respected. E.g.
<name>bill gates</name>
will be serialized to
<name>
bill gates
</name>


Add an xml:space="preserve" attribute to the element whose space you wish to preserve. .
--

Elliotte Rusty Harold
elharo AT metalab.unc.edu
Effective XML (Addison-Wesley, 2003)
http://www.cafeconleche.org/books/effectivexml
http://www.amazon.com/exec/obidos/ISBN%3D0321150406/ref%3Dnosim/cafeaulaitA




Archive powered by MHonArc 2.6.24.

Top of Page