Hi
I'd like to parce a DOM Object without taking care of the Text Nodes.
For exemple somwhere in my code i'd like that when i do :
aSon = aSon.getNextSibling();
the call to "getNextSibling()" skip the TextNodes.
Could you give me an exemple of that kind of use of a
DOM_Document (if i'm right, the "skiping" functionality is linked to this
type of nodes).
thanks in advance.
benoit lefevre.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]