DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25112>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25112

The Digester can't find a "digester-rules.dtd", although it is located in 
commons-digester.jar





------- Additional Comments From [EMAIL PROTECTED]  2003-12-17 09:43 -------
Sorry for long delay.

After playing around with Digester, I have investigated that
there is no real bug in its code, but instead there is a bug
in the documentation.
Following by examples in description to the "org.apache.commons.digester.xmlrules"
package (Javadoc budled with commons-digester-1.5), I use the next
DOCTYPE definition:
<!DOCTYPE digester-rules SYSTEM "digester-rules.dtd">
Using this DOCTYPE definition I can't get Digester to find "digester-rules.dtd",
which is stored in commons-digester.jar.
But after adding the known PublicId to the DOCTYPE, all things start to work!
So, the proper DOCTYPE looks like:
<!DOCTYPE digester-rules PUBLIC
          "-//Jakarta Apache //DTD digester-rules XML V1.0//EN"
          "digester-rules.dtd">
Please, add this into the "org.apache.commons.digester.xmlrules" package
description.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to