RE: JAXP/Crimson whitespace issue question

2001-12-02 Thread Bentley Drake
ow if it breaks DOM conformance, as I don't have an exhaustive conformance test suite. I've attached the modified source files (ParentNode, XmlWriteContext). Thanks, Bentley -Original Message- From: Edwin Goei [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 01, 2001 11:53 A

Re: JAXP/Crimson whitespace issue question

2001-12-01 Thread Edwin Goei
Bentley Drake wrote: > > Hello, > > I'm noticing that the Crimson library seems to insert an awful lot of > whitespace into XML text streams that it generates from DOM. This > whitespace doesn't appear if a DOCTYPE reference is present, since the code > can use a validating parser and can there

JAXP/Crimson whitespace issue question

2001-11-30 Thread Bentley Drake
Hello, I'm noticing that the Crimson library seems to insert an awful lot of whitespace into XML text streams that it generates from DOM. This whitespace doesn't appear if a DOCTYPE reference is present, since the code can use a validating parser and can therefore call the DocumentBuilderFactory