Re: XML storing and management
From: Marshall <marshall.spight_at_gmail.com>
Date: Wed, 26 Sep 2007 15:20:06 -0000
Message-ID: <1190820006.329763.301170_at_k79g2000hse.googlegroups.com>
Date: Wed, 26 Sep 2007 15:20:06 -0000
Message-ID: <1190820006.329763.301170_at_k79g2000hse.googlegroups.com>
On Sep 26, 5:16 am, karsoods53 <karsood..._at_gmail.com> wrote:
> I get XML feeds as input and have to store this data on our server. I
> have worked with databases but new to XML. Can someone tell me how I
> can store and manage this data?
A lot depends on what you want to do with this data. At the low end, maybe it's enough to just record the strings. At the other extreme, perhaps you need a complete schema for the data coming in, and want to transform the data from its XML hierarchy into a relational form.
Marshall Received on Wed Sep 26 2007 - 17:20:06 CEST