Possible Duplicate:
PHP Catching a SimpleXMLElement parse error
I am using xml file for file upload. I have use simplexml_load_file("files/sample.xml");
If given xml file error means, it will show warning like this,
Warning (2): simplexml_load_file() [http://php.net/function.simplexml-load-file]: files/sample.xml:8: parser error : Opening and ending tag mismatch:
Warning (2): simplexml_load_file() [http://php.net/function.simplexml-load-file]:
I have get warning using try catch. I am using cakePHP