They represent the whitespace (line breaks) between your elements. If you want to ignore whitespace, you'll have to provide a DTD to the parser so it can determine what can safely be ignored.
Ok thanks... didn't know that. I fixed this by calling setIncludeIgnorableWhitespace() on my DOM Parser.
Thanks Axelle.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
