Re: XMLURL class

2004-09-02 Thread Alberto Massari
At 09.40 02/09/2004 +0200, Milan Tomic wrote: I'm using it like this: //mp_baseURI = "file:///Test" //uri= "myFile.xml" URLS = new URLInputSource(XMLURL(XMLURL(mp_baseURI), uri)); the output is "file:///myFile.xml", and I need "file:///Test/myFile.xml". What I am doing wrong? The

XMLURL class

2004-09-02 Thread Milan Tomic
Title: XMLURL class     I'm using it like this: //mp_baseURI = "file:///Test" //uri= "myFile.xml" URLS = new URLInputSource(XMLURL(XMLURL(mp_baseURI), uri));     the output is "file:///myFile.xml", and I need "file:///Test/myFile.