php - List of DOMDocument::loadXML error messages -
i using domdocument::loadxml
followed error_get_last()
in event of corruption in processed xml. there available list of error messages loadxml
might generate? have tried grepping in php , libxml source code, without success.
(edit: hunting around in libxml2 source code has revealed error messages being produced / formatted in parser.c. throughout code, , possibly generated here, definitive list helpful.)
Comments
Post a Comment