Im not shure about of that
but database dtd/xml configuration have changed recently
the current code you are refering to might be
    public XMLBasicReader(String path, boolean validating) {
        this(new InputSource("file:///" + path), validating);
    }
This is the actual code in cvs.

So in think it' solved but needs testing :)


On Sunday 03 November 2002 07:41 pm, Gerard van de Looi wrote:
> I'm using a pre version of 1.6. I think I checked it out last summer.
> Does this mean that my problem is already solved in the 1.6 version?
>
> Gerard
>



Reply via email to