Lakeshore
Lakeshore

Reputation: 323

Web Site Design Allowing XML Upload with Supporting XSD

We are designing a web-site allowing business to upload data via XML. We have the XSD for the XML upload. What's the industry standard in supplying the XSD for the users? Is it provided on the web-site as a download?

Thanks--

Upvotes: 0

Views: 93

Answers (2)

Matthew Sowders
Matthew Sowders

Reputation: 1690

There should be a documentation section of your site for the developers who are creating this XML, link to it from there. Also have a link in your upload site to the section in your documentation explaining the file, and the XSD.

Upvotes: 0

Andrew Siemer
Andrew Siemer

Reputation: 10278

I would simply link to it off of the upload page and probably on a more detailed how to page.

Upvotes: 1

Related Questions