riis
Sep 9th, 2004, 03:15 AM
Hi all,
At the moment I'm creating an ISAPI app which has to parse XML data submitted by some client. I'd like to validate the data using schemas and I'm wondering what I should do. I know how to create schema's, and some examples I've made validate fine within XMLSpy.
My question is how IIS will know where to obtain the schema documents. Is IIS using the namespace location for the schema document, or is there some other way? If the first case is true, then I won't be glad. The namespace URL will of course by my company's website URL, appended with something else (for example: http://www.bigcompany.com/mynamespace). I've understood that the actual namespace location should only be used as a "hint".
So I think there should be another way, and I'm wondering what that one could be.
At the moment I'm creating an ISAPI app which has to parse XML data submitted by some client. I'd like to validate the data using schemas and I'm wondering what I should do. I know how to create schema's, and some examples I've made validate fine within XMLSpy.
My question is how IIS will know where to obtain the schema documents. Is IIS using the namespace location for the schema document, or is there some other way? If the first case is true, then I won't be glad. The namespace URL will of course by my company's website URL, appended with something else (for example: http://www.bigcompany.com/mynamespace). I've understood that the actual namespace location should only be used as a "hint".
So I think there should be another way, and I'm wondering what that one could be.