<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2314.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,<BR>&nbsp;<BR> I use JDOM and create Elements, 
setText for them, getting values from<BR>a UI, set the SYSTEMID in the xml 
giving the DTD name and create a<BR>Document using the rootElement and use the 
XMLOutputter to dump the<BR>xml created to System.out.<BR>&nbsp;<BR> Now I want 
that xml created by the Jdom to be validated against the<BR>DTD I have specified 
in the SYSTEMID before I dup it to the System.out. </FONT></DIV>
<DIV><FONT face=Arial size=2>How do I do that?. I don't see way to validate this 
newly generated xml </FONT></DIV>
<DIV><FONT face=Arial size=2>generated using 
jdom.<BR>&nbsp;<BR>Thanks,<BR>saradha.<BR></DIV></FONT></BODY></HTML>