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
yarons
Forum Newbie
Posts: 24 Joined: Mon Sep 11, 2006 7:25 am
Post
by yarons » Wed Sep 20, 2006 5:59 am
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
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Wed Sep 20, 2006 6:04 am
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 » Wed Sep 20, 2006 6:25 am
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?