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
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
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