[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Handling unknown elements in an entry
> From the perspective as the person responsible for a
> lot of the server back end of MSN Spaces, it's a
> non-starter to expect that we'll store arbitrary XML
> sent from clients that doesn't map to properties in
> our internal data model.
Why not? I do this for the back end servers at my company (not for blogs and
not for arbitrary xml yet, and it's for a different problem domain) & would
like to do more of it. It seems pretty useful as a service. The storage
requirements and economics may be very different between our two systems
though.