Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


whitespaces problem

From: Silviu LEAHU <sleahu@--------.-->
To: xml-dev@---.---
Date: 6/6/2000 1:01:00 AM
Hello sirs !

I would like to submit a problem I have concerning an output of  a DOM object
to a file.

I have made a method which write this object in a tree-view, by adding
recursively new-line characters and spaces, depending on the depth of the 
node. That works fine for objects newly created.

If I load an already existing  XML file for parsing (file which contains
already a tree-aspect), play with it and try to ‘output’ it to a file, I get
double new-line characters and spaces. So I’ve implemented a ‘boolean’ to
indicate if it’s desired a tree-view or not (to make the distinction between
the newly created DOM object and that one taken from a existing file). This
works fine as long as I keep this clear separation.

What if I’m loading a DOM object and try to add some new elements? 

If  I have:   addNewLineCharacter(false)
I’ll get something like:
       <oldelement>
         sometext
       </oldlement><newelement>another text</newelement>

If  I have:   addNewLineCharacter(true)
I’ll get something like:
       <oldelement>

           sometext

       </oldlement>
       <newelement>
         another text
       </newelement>

So my question is: does an element with one ‘child’ contains some _TextNode_s
too, for ‘\n’ characters and spaces? How can I ignore the ‘whitespaces’?

I have implemented myself the writing method and I can’t understand why if I’m
loading a XML file and having it in memory, I still have those characters used
only for ‘pretty-printing’.

I would rather prefer some ‘technical explanations’ than pointing to some
existing methods.

Sincerely, 

silviu leahu


***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@x...&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************


transparent
Print
Mail
Digg
delicious
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent