Mike,
This looks like a real problem. I'm looking into it.
Thanks for notifying.
Arudhati
- Original Message -
From: KRAUSE,MIKE (HP-FtCollins,ex1)
To: [EMAIL PROTECTED]
Sent: Friday, January 28, 2000 6:17 PM
Subject: Using DOM_NodeIterator
Hi,
I'm trying to use the D
1)
To: [EMAIL PROTECTED]
Sent: Friday, January 28, 2000 6:17 PM
Subject: Using DOM_NodeIterator
Hi,
I'm trying to use the DOM Level 2 DOM_NodeIterator class to iterate
through a sub-tree. I only want element nodes. What I am getting are
element nodes and #text nodes and I don't kno
Hi,
I'm
trying to use the DOM Level 2 DOM_NodeIterator class to iterate through a
sub-tree. I only want element nodes. What I am getting are element
nodes and #text nodes and I don't know why. Here is what I'm
doing:
class
MyFilter : public DOM_NodeFilter {
FilterAction acceptNode