Hi,

I'm trying to design a new validation method for an xml parsing package that will be ported to PHP5. I've gotten schemaValidate() to work successfully, but the error messages are nearly useless.

If an extra element is found inside another, I get a message like:

"Element channel content check failed"

when the <channel> element has incorrect content.

No information on what the exact failure was seems to be accessible. Is this the state of affairs with libxml2 (I'm using PHP 5.0.1 on windows)?

Greg

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to