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

parse(File f)





------- Additional Comments From [EMAIL PROTECTED]  2003-05-30 20:25 -------
Here the code I added to the fault function. With this code, the problem is solved

        int idx1=path.indexOf(':');
        int idx2=path.indexOf('/');
        if (idx1!=-1 && (idx2==-1 || (idx1<idx2))) {
         buffer.append('/');
        }

I created a new XML-APIS.JAR but the size is twice of the file I downloaded from
the Apache site.
I don't know how to re-create xmlParserAPIs.jar for Tomcat

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

Reply via email to