XML verification with XSD

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
yarons
Forum Newbie
Posts: 24
Joined: Mon Sep 11, 2006 7:25 am

XML verification with XSD

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

With any one of the readily available extensions. If none are available, there are pure PHP libraries.
yarons
Forum Newbie
Posts: 24
Joined: Mon Sep 11, 2006 7:25 am

Post 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?
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

Post Reply