Re: start tag not allowed in epilog

2007-10-10 Thread BrendanD
I've re-written the code to generate separate files. One for adds and one for deletes. And this is working well for us now. Thanks. Mike Klaas wrote: > > > This would be very complicated from a standpoint of returning errors > to the client. > > Keep in mind the can never be batched, rega

Re: start tag not allowed in epilog

2007-10-10 Thread Mike Klaas
On 10-Oct-07, at 12:49 PM, BrendanD wrote: We simply process a queue of updates from a database table. Some of the updates are deletes, some are adds. Sometimes you can have many deletes in a row, sometimes many adds in a row, and sometimes a mixture of deletes and adds. We're trying to b

Re: start tag not allowed in epilog

2007-10-10 Thread BrendanD
We simply process a queue of updates from a database table. Some of the updates are deletes, some are adds. Sometimes you can have many deletes in a row, sometimes many adds in a row, and sometimes a mixture of deletes and adds. We're trying to batch our updates and were hoping to avoid having to

Re: start tag not allowed in epilog

2007-10-10 Thread Chris Hostetter
: Does anyone know how to correct this? Is it not possible to have multiple : different top-level tags in the same update xml file? It seems to me like it : should work, but perhaps there's something inherently bad about this from : the XMLStreamReader's point of view. it's inherently bad from th