Hi !
I'm running the sample dom.Writer with Xerces J 2.0.0
with this non-well-formed XML document :
<?xml version="1.0" encoding="ISO-8859-1"?>
<MailingList>
<Age> > 60</Age>
</MailingList>
<MailingList>
<Age> > 60</Age>
</MailingList>
And I don't get an error message.
But if I use the "<" character instead of the ">" character, than I get an error message.
Is this behaviour normal ?
TIA for any answer.
Jean-Guillaume Battaglia.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
