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=8535>.
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=8535

File not found on dtd file - <!DOCTYPE JavaXML:Book SYSTEM "DTD\JavaXML.dtd">

           Summary: File not found on dtd file - <!DOCTYPE JavaXML:Book
                    SYSTEM "DTD\JavaXML.dtd">
           Product: Xerces2-J
           Version: 2.0.0
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: SAX
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Don't know if its a bug yet but using this statement:

<!DOCTYPE JavaXML:Book SYSTEM "DTD\JavaXML.dtd"> 

I am getting a file not found on the DTD file even if it is in the local 
directory.  I have created subdirectories and copied this file virtually to all 
drives but still the same validation.  I have used parser.setFeature
(..validation, true) and (...namespaces, false).

This is the log on the console, it does not even show the line number:

Enter the full path (directory) of the XML file: 
e:\xerces 2 java\contents.xml
Parsing XML File: e:\xerces 2 java\contents.xml

 * setDocumentLocator() called
Parsing begins......
FATAL ERROR encountered during parsing. Line number: 0...see log for details
***** FATAL ERROR *****
Line     : 0;
URI      : ;
Message: File "DTD\JavaXML.dtd" not found.

Error in parsing: Stopping after fatal error: File "DTD\JavaXML.dtd" not found.

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

Reply via email to