Hi, I want to open XML files, also non well formed ones, to show the XML tags into my java application.
Actually I'm using Xerces2-J to parse XML files, but if I try to open a non-well formed file, the parser throws the SaxException.
How can I open this files?
Thanks
Actually I'm using Xerces2-J to parse XML files, but if I try to open a non-well formed file, the parser throws the SaxException.
How can I open this files?
Thanks
Comment