Ron Rothblum wrote: 
> Basically the DOM is built by using a SAX parser 

Small correction: DOM is build from XNI events using
org.apache.xerces.parsers.AbstractDOMParser. 

You need to overright XNI document handler startDocument(..) to retrieve
the locator and XNI startElement(..) to attach line numbers as a user
data to the node.

Thank you,
-- 
Elena Litani / IBM Toronto

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to