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
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.