Re: [PHP] XML validation with XML Schema

2004-07-30 Thread Christian Stocker
Hi On Fri, 30 Jul 2004 14:25:44 -0300, Matias Bagini <[EMAIL PROTECTED]> wrote: > Is there any way to validate an XML with XML Schema using PHP4... I need > something like the > > bool DOMDocument->schemaValidate ( string filename) No, not implemented in PHP 4. The Schema Implementatin of libxml

[PHP] XML validation with XML Schema

2004-07-30 Thread Matias Bagini
Is there any way to validate an XML with XML Schema using PHP4... I need something like the bool DOMDocument->schemaValidate ( string filename) that exists on PHP5 Thanks, Matias. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php