Hi Ito, --- Ito Kazumitsu <[EMAIL PROTECTED]> wrote: > Hi Dalibor, > > In message "Re: [kaffe] Patches to enable kaffe to > run Saxon 7.3" > on 02/11/24, Dalibor Topic <[EMAIL PROTECTED]> > writes: > > > i.e. there is just a skeleton facilitating the > > compilation of programs using URI, but it won't > really > > work. It shouldn't be too hard to implement the > basic > > functionality, though. Do you need some specific > URI > > methods implemented, or simply the whole thing? > > In my case, that is I want to run Saxon 7.3, the > only method > I need is toString(). > > Saxon 7.3 uses URI only in the form > file.toURI().toString(), > so for now using file.toURL() for file.URI() is > enough.
I see, but as a URL is not inherited from URI, it would break the API of File. I'll try to implement some more or the URI class and see if I can get it to behave as it should. best regards, dalibor topic __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus � Powerful. Affordable. Sign up now. http://mailplus.yahoo.com _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
