Just doing a simple element count. Thanks, Rob
-----Original Message----- From: Joseph Kesselman [mailto:[EMAIL PROTECTED] Sent: Friday, December 13, 2002 11:00 AM To: [EMAIL PROTECTED] Subject: RE: Question on Feature: http://apache.org/xml/features/dom/include-ignorable-whitespace On Friday, 12/13/2002 at 10:36 EST, "Rob Outar" <[EMAIL PROTECTED]> wrote: > This is a suttle point... I was parsing an 8 meg XML file with validation > turned off, I could parse the file but could not read anything from it. I > turned validation on (it takes way longer to parse) but now I can pull data > from it. I assume this is because all those extra white space child nodes > are not being created? To answer that, we'd have to know a lot more about how you were "pulling the data" -- but yes, if you were making the wrong assumptions about whitespace text nodes being present/absent, you might have been looking in the wrong places. ______________________________________ Joe Kesselman / IBM Research --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
