>Is there any way to get rid of those irrelevant children? 1) Validate against a DTD or Schema which makes clear that they are irrelevant. 2) Write code that understands which are irrelevant and removes them.
Those are your only available choices. If you don't provide the programmatic information that says they're irrelevant, the parser must assume they could be meaningful. This is standard XML processing rules. ______________________________________ Joe Kesselman / IBM Research --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
