Hi There, I would like to use XML Schema documents (.xsd) to validate my XML files, but have been unsuccesful in using the schemaValidate() function (i.e. schemaValidate is an unrecognised function, as is load). I am using PHP 4.4.2 on windows with the php_domxml extension. As I understand it, the DomDocument class went through radical changes throughout PHP4, but documentation on specifially what is supported at anyone time seems a little sparse. I have asked my webhost to upgrade to PHP5, but they are hesitant to do this as it may adversely affect other users. So my question is, can I get the functionality of DomDocument->schemaValidate() and DomDocument->load() in PHP 4.4.2 by the addition of extra libraries, or settings? Or do these features only turn up in PHP 5? If so, is there any alternative that anyone can think of to validate XML agains schemas, using PHP? Thanks for any advice Rob Smith -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php