Hi Chris, cbowditch <[EMAIL PROTECTED]> wrote on 02/07/2007 11:44:31 AM:
> Hi Michael, > > thanks for the reply. I am quite sure there isn't an error earlier in the > file. The error message provided by both versions of Xerces is the same. The > XML structure has this opening sequence: > > <Letters> > <dataset type="sample" effdate="2002-10-01"> > <channel channeldest="PDF"/> > <customer> > <name> > > There are several dataset elements with a complex structure which are all > well formed until later in the XML we have: > > </customer> > </dataset> > <name> > > So the opening dataset and customer elements are missing. Xerces reports the > error > > The element type "Letters" must be terminated by the matching end-tag > "</Letters>". I really doubt this error is being reported before all of the document information preceding it. Xerces doesn't work like that. > which is clearly referring to the root element. Maybe thats why the newer > version stops at the opening tag of the root element, but the well formness > problem is much later in the file. If you still think you're really seeing this can you post a small (complete) test case which demonstrates this behaviour? > Thanks, > > Chris > > -- > View this message in context: http://www.nabble.com/Well-Formed- > Checking-tf3180736.html#a8849083 > Sent from the Xerces - J - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]