RE: whitespace management with DOM element

2009-12-15 Thread Thayer_Nicholas
es.apache.org Subject: Re: whitespace management with DOM element Hi Nicholas, I'm not sure I follow the issue you're having. Can you give a concrete example? Thanks. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.or

Re: whitespace management with DOM element

2009-12-14 Thread Michael Glavassevich
Hi Nicholas, I'm not sure I follow the issue you're having. Can you give a concrete example? Thanks. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org wrote on 12/14/2009 01:02:22 PM: > Hello, > > I have an element that usually

whitespace management with DOM element

2009-12-14 Thread Thayer_Nicholas
Hello, I have an element that usually contains alpha characters, but depending upon the user input can contain a single space. I'm using the DocumentBuilderFactory to create an instance of DocumentBuilder, and then generating DOM elements from that and serializing the output to a file. I'm