tags. It would be more robust to check the type of each node you encounter and skip it if you determine that it's text you don't care about.
From this I learn that it is better to use the tree walker?!
scan every node -> process only the element and attribute nodes I need -> use node names to distinguish between the elements.
right?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
