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=12948>. 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=12948 DOMParser can not find DTD file Summary: DOMParser can not find DTD file Product: Xerces-J Version: 1.4.4 Platform: Other OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: DTD AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I am trying to use a Login.dtd file to validate the following xml code. <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE NLPPExchange SYSTEM "/export/ip/liu/webfiliale//scripte/xml/dtd/Login.dtd"> <NLPPExchange>...</NLPPExchange> The exception occured: org.xml.sax.SAXException: Stopping after fatal error: File "/export/ip/liu/webfiliale//scripte/xml/dtd/Login.dtd" not found. but acutally the file path and name are no problem. This error only comes when i use version 1.4.4, the previous versions work well. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
