Hi Geeks
I want to get line number of an element in the xml File.
I am using JDOM's SAXBuilder to build the DOM .
When xml is not in proper format , JDOMExecption thrown gives us the line number .
Is there any way i can get the line number of an element
Regards