Hi,

When I call this on Windows:

     input = xmlNewInputFromFile(ctxt, "c:\\foo.xml");

the resulting input->filename looks like this:

     file:///c%3A/foo.html

Should the colon really be escaped?

Even worse, calling xmlPathToURI gives this:

     file%3A///c%253A/foo.html

This appears to have been doubly escaped. Are there some issues with URL 
handling on Windows?

Best regards,

Michael

-- 
Print XML with Prince!
http://www.princexml.com
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to