DTD definition in XML
843834Dec 6 2002 — edited May 15 2003DTD is valid. DTD and XML are in the same directory.
I can read from XML, when is validation off.
When is validation on, it is throwing exception...
Project path: d:/dbt
Path to xml is: /files/xml
In XML file :
<!DOCTYPE ABCD SYSTEM "dictionary.dtd">
<ABCD>
<JKL>
</JKL>
...
</ABCD>
JavaException:
org.jdom.JDOMException: Error on line 1: Relative URI "dictionary.dtd"; can not be resolved without a base URI.
Thanx.