Altova Mailing List Archives
>xml-dev Archive Home
>Recent entries
>Thread Prev - whitespaces problem
>Thread Next - about saxon
Re: whitespaces problem
To: "Silviu LEAHU" <sleahu@--------.-->
Date: 6/6/2000 8:30:00 AM
I was running into a similar problem with text nodes consisting of "\n" becoming an annoyance so I just strip the whitespace from the XML file when the DOM object is being created. That way, you never have those empty text nodes to deal with. I'd need more information on what programming language you are using but it should be fairly easy with the use of a regular expression. Any reason that won't work for you? - Jamie Alessio ----- Original Message ----- From: Silviu LEAHU <sleahu@p...> To: <xml-dev@x...> Sent: Tuesday, June 06, 2000 4:44 AM Subject: whitespaces problem > 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. > *************************************************************************** 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/ ***************************************************************************
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.

