Can anyone help me. Using the DOM interface I can only get the last ParseError but I want to see all the errors my XML doc may contain.
I've looked at SAX and it would seem this is more appropriate for handling errors and returning control to the XML Parser but from what I can gather it only deals with Fatal Errors and thus stops processing the XML doc.
Any Ideas?
I've looked at SAX and it would seem this is more appropriate for handling errors and returning control to the XML Parser but from what I can gather it only deals with Fatal Errors and thus stops processing the XML doc.
Any Ideas?