<P>I have a strange problem.</P>
<P>1) First, I validate a document that is well formed and the validation comes out fine (no errors).</P>
<P>2) Next, I submit an invalid document and the parser throws the correct exception.</P>
<P>3) Finally, I correct my document back to what is was in number 1, but now I get a new error message (not the one from step 2).</P>
<P>If I restart the servlet (which contains the validation code), everything is OK again (valid documents don't throw an error message).</P>
<P>Anyway, here is my code:</P>
<P>try {<BR>&nbsp;&nbsp;&nbsp;SAXBuilder builder = new SAXBuilder();<BR>&nbsp;&nbsp;&nbsp;builder.setValidation(true);</P>
<P>&nbsp;&nbsp;&nbsp;StringReader xmlreader = new StringReader(xml);<BR>&nbsp;&nbsp;&nbsp;&nbsp;Document doc = builder.build(xmlreader);</P>
<P>&nbsp;&nbsp;&nbsp;}<BR>&nbsp;&nbsp;&nbsp;catch (JDOMException e) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;System.out.println("Validating exception: " + e);<BR>&nbsp;&nbsp;&nbsp;}</P>
<P>Does anyone know what is going on?&nbsp; Any help would be greatly appreciated!</P>
<P>-carl jensen</P><p><br><hr size=1><b>Do You Yahoo!?</b><br>
Check out <a href="http://rd.yahoo.com/O=1/I=mail/footer/*http://shopping.yahoo.com">Yahoo! Shopping</a> and <a href="http://rd.yahoo.com/O=1/I=mail/footer/*http://auctions.yahoo.com">Yahoo! Auctions</a>
for all of your holiday gifts!