RE: [xml] URI question...

Date view Thread view Subject view Author view

From: Marc Sanfacon (sanm@copernic.com)
Date: Mon Oct 02 2000 - 14:38:05 EDT


Hi there,
        we are using libxml under Windows. We have encountered a problem
with the URI on local files. Since under windows, there are drive letters
to specify a file path, the uri looks like this:

        file://c:/tmp/MyFile.txt

        When giving this to 'xmlBuilrURI', it tries to look for the port
number... Would it be all right to modify the code in uri.c so that when
the scheme is 'file' and there is a ':' in the hostname, to keep it (the
':') with the server name instead of looking for the port number. Is it OK
to say that a port number for the scheme file doesn't exists ?

Thank you,
        Marc.

----
Message from the list xml@rpmfind.net
Archived at : http://xmlsoft.org/messages/
to unsubscribe: echo "unsubscribe xml" | mail  majordomo@rpmfind.net


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Mon Oct 02 2000 - 14:43:36 EDT