Identify the incorrect statement about XML parser :
1
A parser is a software program that checks the syntax used in an XML file
2
A validating passer ensures that the XML document is well formed but not valid.
3
Validating passer checks syntax as well as compares the structure of the XML document.
4
Non-validating passer only checks for structure problems with the XML code.