libxml_get_errors returns an array of LibXMLError objects and not strings, so use...
commit8755836f9634f050fc41fd1069c05b02f2b87336
authorChris Chabot <chabotc@apache.org>
Tue, 24 Feb 2009 00:07:24 +0000 (24 00:07 +0000)
committerChris Chabot <chabotc@apache.org>
Tue, 24 Feb 2009 00:07:24 +0000 (24 00:07 +0000)
tree655c38ac23f3bd4544909e34620aef3f615ffaff
parent40542df95d87d7af1b6ec78963f3778997c19a7d
libxml_get_errors returns an array of LibXMLError objects and not strings, so use error->message to build up our xml error parsing report

git-svn-id: https://svn.apache.org/repos/asf/incubator/shindig/trunk@747228 13f79535-47bb-0310-9956-ffa450edef68
php/src/gadgets/GadgetSpecParser.php