XML Iteration

XML Iteration

am 04.01.2008 18:52:39 von Larry Bud

I have a client who is sending XML to us. Some of the data element
could be 5 or 6 levels deep. Some elements may be repeated more than
once for a given Master record. i.e.

row1
somedata
moredata
row2

Re: XML Iteration

am 04.01.2008 19:29:05 von sloan

How big it is the intially?

What's the end goal? (Put into a db, if so, which RDBMS?)




"Larry Bud" wrote in message
news:a3f97e75-55b2-40ac-b318-6952d0171a98@i7g2000prf.googleg roups.com...
>I have a client who is sending XML to us. Some of the data element
> could be 5 or 6 levels deep. Some elements may be repeated more than
> once for a given Master record. i.e.
>
> row1
> somedata
> moredata
> row2

Re: XML Iteration

am 07.01.2008 15:33:32 von Larry Bud

> "Larry Bud" wrote in message
>
> news:a3f97e75-55b2-40ac-b318-6952d0171a98@i7g2000prf.googleg roups.com...
>
>
>
> >I have a client who is sending XML to us. =A0 Some of the data element
> > could be 5 or 6 levels deep. =A0Some elements may be repeated more than
> > once for a given Master record. =A0i.e.
>
> > row1
> > =A0somedata
> > =A0 =A0 moredata
> > row2- Hide quoted text -
On Jan 4, 1:29 pm, "sloan" wrote:

> How big it is the intially?
>
> What's the end goal? (Put into a db, if so, which RDBMS?)

The main record could be in the thousands, or it could be 1 record,
depending on client needs.

We do print and mail for companies, as well as PDF creation. In this
case, the data is going to be "inserted" into one of 100 documents the
client has supplied us, and a PDF is created.

But the immediate need is to turn the XML into a text file that is of
proprietary format.