And why does the base on Windows have "/" as the separator instead of "\", which is in java.io.File.separator?
stephen wrote: > I am writing my own URIResolver. If I setSystemId( "/" ) on a Source that I > return, why do subsequent calls to MyURIResolver.resolve() have a base of > "file:///" instead of "/"? > > Regrards, > > Stephen Byrne > [EMAIL PROTECTED]