hings for attributes.
Thanks,
Richard.
- Original Message -
From: "Richard Jinks" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 09, 2002 11:28 AM
Subject: NodeIterator problems
> Hi
> Please can someone tell me whats wrong with the code
Hi
Please can someone tell me whats wrong with the code sample below?
I'm trying to use a NodeIterator to go through all nodes in my DOM tree, but
the code is ignoring Attribute nodes.
I can't find anything in the API or the DOM spec to indicate that
NodeIterators ignore attribute nodes, and I'm n
ut is this implementation
complete? Also, have any of Views or Events been implemented yet?
Thanks,
Richard Jinks
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail
Thanks for your help,
Richard
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 04, 2001 3:33 PM
Subject: Re: Finding namespaces in DOM
>
> There's nothing experimental about DOM_Node::getNamespaceURI() since it's
> part of DOM2 core. The
I'm currently using the DOM parser in Xerces-C 1.5.2 (W2000, VC6, SP5)
Is there any way to identify all namespaces used in a DOM tree?
I've had a look through both DOM 2 Core spec, and the Xerces-C API, but
can't find anything useful.
I've found methods that allow you to find nodes with a given n
From: "Jason E. Stewart" <[EMAIL PROTECTED]>
> "Cyberthymia" <[EMAIL PROTECTED]> writes:
>
> > I'm currently in the process of adding an XML parser to a project
> > I'm working on, using the DOM parser in XercesC. The problem I've
> > got at the moment is that I need to be able to tie in the no