If you want to be able to check what the error codes are, they are listed on http://www.xmlsoft.org/html/libxml-xmlerror.html under "Enum xmlParserErrors".
The libXMLError class
(No version information available, might only be in SVN)
Introdução
Contains various information about errors thrown by libxml. The error codes are described within the official » xmlError API documentation.
Sinopse da classe
Propriedades
- level
-
the severity of the error (one of the following constants: LIBXML_ERR_WARNING, LIBXML_ERR_ERROR or LIBXML_ERR_FATAL)
- code
-
The error's code.
- column
-
The column where the error occurred.
Nota:
This property isn't entirely implemented in libxml and therefore 0 is often returned.
- message
-
The error message, if any.
- file
-
The filename, or empty if the XML was loaded from a string.
- line
-
The line where the error occurred.
User Contributed Notes
libXMLError
libXMLError
php at jordie dot org
17-Oct-2008 12:43
17-Oct-2008 12:43

Constantes pré-definidas