I asked the same question about half a year ago - first thing you should do is look in the samples. Basically the DOM is built by using a SAX parser so what you do is override the method startElement() of the SAXParser and tell it to save the user data containing the line in the node, then it can be retreived from the DOM...
Ron Rothblum Active Technologies Department IBM Haifa Research Labs Phone: +972 4 829-6459 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
