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=12305>. 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=12305 Relative DTD URI's fail with "no protocol" message. Summary: Relative DTD URI's fail with "no protocol" message. Product: Xerces2-J Version: 2.0.2 Platform: PC OS/Version: Windows XP Status: NEW Severity: Blocker Priority: Other Component: SAX AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Xerces fails on the following example: <!DOCTYPE SAMPLE SYSTEM "foo.dtd"> with the message: no protocol: foo.dtd According to the W3C XML spec, section 4.2.2 ( http://www.w3.org/TR/2000/REC- xml-20001006#dt-sysid ) and the URI spec, section 5 ( http://www.ietf.org/rfc/rfc2396.txt ) relative URIs should be legal for specifying DTDs. In fact, the XML spec example uses a relative URI. The DTD is present and correctly validates in other tools (i.e. XML Spy 4.4) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
