Re: DOM Level 2 support in XercesC 1.6.0

2001-12-13 Thread Cyberthymia
Forgot about that... Apparently, DOM2 Core and Traversal are implemented, but Range, Event, View, CSS and HTML (as it was) are not. Thanks, Richard - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, December 13, 2001 3:52 PM Su

Re: Finding namespaces in DOM

2001-12-04 Thread Cyberthymia
That looks like it will do the job, thanks. (Not sure how I missed it - it's in the DOM 2 core spec as well - oops...) The documentation says that this method is "Experimental - subject to change". Is this anything to worry about (i.e. is it really likely to be dropped in a later version)? What c

Storing character positions in DOM

2001-11-22 Thread Cyberthymia
Hi   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 nodes on the DOM tree to the original XML source being processed, i.e. store the start and end ch