southbeach
Programmer
Hello!
I am working on a PHP script where I need to render XML format data back to a remote client via HTTP (using web services).
I have been given the XSD file, which I understand to be, basically, the data type definition and the order/name of the elements, etc.
Now, how do I make the relation between XML and XSD? I mean, how do I link my XML so that it checks its integrity against the XSD document?
Thank you all in advance for your assistance!
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.
I am working on a PHP script where I need to render XML format data back to a remote client via HTTP (using web services).
I have been given the XSD file, which I understand to be, basically, the data type definition and the order/name of the elements, etc.
Now, how do I make the relation between XML and XSD? I mean, how do I link my XML so that it checks its integrity against the XSD document?
Thank you all in advance for your assistance!
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.