so the <?xml version="1.0" encoding="UTF-8"?> tag uniquely describes the begining of a new document
On Tue, Oct 21, 2008 at 6:37 PM, newToMina <[EMAIL PROTECTED]> wrote: > > The messages will of the following format. > <?xml version="1.0" encoding="UTF-8"?> > <Message> > <MessageType>XYZ</MessageType> > <MessageId>1212</StoreNum> > <DateTime>20070510132500</DateTime> > . > . > . > . > </Message> > > The </Message> tag indicates the end of a document.
