Jump to content

writing XML using a schema


warpdesign

Recommended Posts

I need to create a php script that writes form data to an XML file. I was sent an XSD file that contains the schema that the XML file needs to be written in. Apparently you're supposed to load up the schema and then PHP should be able to write the data using that schema. I have no idea how to do this. Is there any information on how to do this online? I've used the dom functions to read XML before but when I write XML files I just literally write out the tags but I can't do that in this case.
Link to comment
https://forums.phpfreaks.com/topic/26079-writing-xml-using-a-schema/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.