I am trying to write the code for an HTML page (or should I say HTML form), that is to (upon submission) create an XML document and post that document to an asp page.
I have no control over the asp page, nor the server that it is on. (How much difference does this make?)
Basically I am trying to integrate my website with my dispatch warehouse and all I have from them is the format that the XML file is to be in (ie: element tags and order etc.), and the URL of the asp page.
I understand what XML is and what it is used for, and I have been reading lots of information about it, but I have seen no examples where any of this is explained.
Any help will be greatly appreciated.
I have no control over the asp page, nor the server that it is on. (How much difference does this make?)
Basically I am trying to integrate my website with my dispatch warehouse and all I have from them is the format that the XML file is to be in (ie: element tags and order etc.), and the URL of the asp page.
I understand what XML is and what it is used for, and I have been reading lots of information about it, but I have seen no examples where any of this is explained.
Any help will be greatly appreciated.