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?
Thank you,
Milan