<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
Hi all,<BR>
<BR>
I'm trying to use Jdom in my software. When it tries to build a Jdom document, it receives a 503 error.&nbsp; My software parses a lot of page from w3.org and the error occurs when jdom tries to read the DTD file. <BR>
(see :java.io.IOException: <FONT COLOR="#ff0000">Server returned HTTP response code: 503 for URL:</FONT> <A HREF="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd)">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd)</A><BR>
The 503 error is expected, I mean the w3c returns this http response to reduce the traffic. <BR>
I'm wondering if there is a way to prevent jdom from asking the dtd file ? or you may know a way to get around this problem.<BR>
<BR>
Regards<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
Renaud GUEZENNEC<BR>
<A HREF="http://renaudguezennec.homelinux.org/">http://renaudguezennec.homelinux.org/</A><BR>
<BR>
<BR>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>