I have to design a JDOM based XML parser.(non-validating, checking only the well formedness).
I need to know whether the question "JDOM based XML Parser" right?or there cant be a JDOM based XML Parser as JDOM uses in built parser. i am a bit confused can you please read the follwoing and answer.
[A] we can parse the XML document from the built in parser and after that manipulate it using JDOM API. if this is the case do you think i can make the parsing error messages more user friendly and exact using JDOM API? or anything related to parsing which could be an enhancement to the inbuilt parser functionality? and how?
[B]can we use JDOM API to even parse the document, produce userfriendly parsing error messages with exact line numbers and explanation of the error etc. if yes what could be the line of action?
[C]how can i make my own simple parser in Java and then using JDOM api to enhance its functionality?
Kind regards