Hi
I am having trouble trying to get the line number for a node from an XML DOM document. Xerces-J has a good example by extending the DOMParser and overwriting the startDocument and startElement methods but this is done using Xerces own library paths. Does anyone know or can give me a pointer on how to do this using regular Java API ?
Thanks, Dave
I am having trouble trying to get the line number for a node from an XML DOM document. Xerces-J has a good example by extending the DOMParser and overwriting the startDocument and startElement methods but this is done using Xerces own library paths. Does anyone know or can give me a pointer on how to do this using regular Java API ?
Thanks, Dave