Page 1 of 1

XML verification with XSD

Posted: Wed Sep 20, 2006 5:59 am
by yarons
Hi,

Is there a way to verify an XML file schema with its XSD using PHP?
What's the best way to parse an XML in PHP, anyway?

Many thanks
yarons

Posted: Wed Sep 20, 2006 6:04 am
by feyd
With any one of the readily available extensions. If none are available, there are pure PHP libraries.

Posted: Wed Sep 20, 2006 6:25 am
by yarons
feyd wrote:With any one of the readily available extensions. If none are available, there are pure PHP libraries.
I am not aware of any pure PHP code that verifies an XML against an XSD.
care to point me to the right direction?

Posted: Wed Sep 20, 2006 6:53 pm
by Ambush Commander