J
jmm-list-gn
Hello,
I am new to XML. One of the aspects in studying how XML documents are
manipulated is the assumption that XML data files spring spontaneously
into existence. Are all XML data files really handwritten?
I am working on a program that queries a package carrier's web service
about shipping rates. They have provided a number of XML schema (.xsd).
Creating a XML query packet, however, seems to require having the element
tags in the program as strings, and the wrapping them around the data as
required. That is, an automated form of handwriting the XML file.
Is this normally how it is done?
Is there some way to use the schema files to get the appropriate tags
rather than have them written into the program?
I am new to XML. One of the aspects in studying how XML documents are
manipulated is the assumption that XML data files spring spontaneously
into existence. Are all XML data files really handwritten?
I am working on a program that queries a package carrier's web service
about shipping rates. They have provided a number of XML schema (.xsd).
Creating a XML query packet, however, seems to require having the element
tags in the program as strings, and the wrapping them around the data as
required. That is, an automated form of handwriting the XML file.
Is this normally how it is done?
Is there some way to use the schema files to get the appropriate tags
rather than have them written into the program?