Re: NodeIterator problems

2002-01-09 Thread Richard Jinks
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

NodeIterator problems

2002-01-09 Thread Richard Jinks
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

DOM Level 2 support in XercesC 1.6.0

2001-12-13 Thread Richard Jinks
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

Re: Finding namespaces in DOM

2001-12-04 Thread Richard Jinks
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

Finding namespaces in DOM

2001-12-04 Thread Richard Jinks
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

Re: Storing character positions in DOM

2001-11-23 Thread Richard Jinks
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