PDA

View Full Version : spring handling for xml data sources as a repositotry



sureshm
Mar 6th, 2012, 08:02 AM
Hi all,
I want to store the incomming data from web requests to an xml, instead of storing it in a database.

So, I just want to know if there is a way that spring handles such xml repositories ?

thanks
mandalapu

dr_pompeii
Mar 7th, 2012, 11:49 AM
Why do you want to do that?

How do you expect later do a query to retrieve some data against XML files?

sureshm
Mar 7th, 2012, 01:07 PM
HI , thanks for replying. I can query the xml files using some XQuery or other frameworks like Basex.