<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">


<META content="MSHTML 5.00.3211.1700" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=952213512-15052001>You 
probably have the answer in the stack trace.&nbsp; If you are having trouble 
interpreting the stack trace, send it by and one of us will take a look for 
you.</SPAN></FONT></DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; PADDING-LEFT: 5px">
  <DIV align=left class=OutlookMessageHeader dir=ltr><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> Simon 
  [mailto:simonjgauld@yahoo.com]<BR><B>Sent:</B> Tuesday, May 15, 2001 2:48 
  AM<BR><B>To:</B> jdom-interest@jdom.org<BR><B>Subject:</B> Re: [jdom-interest] 
  DTD support?<BR><BR></DIV></FONT>lookit constructing a Document using: 
  <P><PRE>org.jdom.input.SAXBuilder builder = new org.jdom.SAXBuilder(true);

try {

        Document foo = builder.build(someXmlRef);

} catch (org.jdom.JDOMException e) {

        // The DTD parsing failed
}

<P></P></PRE>/me prays that looks ok 
  <P><BR>
  <HR SIZE=1>
  <B>Do You Yahoo!?</B><BR>Get your free Yahoo! address at Yahoo! Mail: <A 
  href="http://mail.yahoo.co.uk/">UK</A> or <A 
  href="http://mail.yahoo.ie/">IE</A>.<BR></BLOCKQUOTE></BODY></HTML>