RE: Direct access to nodes on a DOM tree

2001-11-28 Thread Erik Rydgren
. [mailto:[EMAIL PROTECTED]] Sent: den 28 november 2001 01:31 To: [EMAIL PROTECTED] Subject: Direct access to nodes on a DOM tree Hi! My app needs access to so different and unsorted nodes of a DOM Tree, i'm trying to get a way to keep info from each node (DOM_Node) to access them dir

Direct access to nodes on a DOM tree

2001-11-27 Thread Gerardo Fdez.
Hi! My app needs access to so different and unsorted nodes of a DOM Tree, i'm trying to get a way to keep info from each node (DOM_Node) to access them directly whenever i need in my program saving this info in an array or struct by example. I'm new to Xerces and DOM and a bit confused about xer