Click to See Complete Forum and Search --> : XML storage and retrieval


writetojansi
11-27-2007, 11:18 PM
All,

We have a requirement
1)to get XML input data daily and it must be stored for later retrieval by a website.
2)the data stored must be returned as an XML output data as and when required by the website according to a particular query.

Pls suggest how can we store XML input data and how can it be retrieved.

Gud Day:)

ajahn
11-29-2007, 07:38 AM
http://www.xmlfiles.com/articles/michael/htmlxml/
is a good link to basics on setting up form submission into XML. It involves using ASP XML and HTML and is not complicated but gives enough details to set this up for yourself. Retrieval is also coverd in another tutorial.

writetojansi
11-29-2007, 11:19 PM
Thank you very much for the response. Actually our requirement is not to do form submission. we will get XML input file feeds from a datawarehouse and the same needs to be stored in a database. And as and when required by the websites, an XML output file must be generated by querying the DB. Anybody has already met with a similar requirement and how best can we do? Its been proposed to use Oracle as the database . Is there any other better alternative database?