Hello! What do you mean? Give us some more info, what doesn't work and which URI are you using.
-- Oleg Tkachenko Multiconn International, Israel Massimiliano Cuccia wrote: > Ok, thanks > ... this is (now) clear!! :-) > but why it does not work width the URI??? > > thanks > Massimiliano > > ----- Original Message ----- > *From:* Oleg Tkachenko <mailto:[EMAIL PROTECTED]> > *To:* [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > *Sent:* Friday, May 17, 2002 11:35 PM > *Subject:* RE: runtime ExceptionInInitializerError: first steps > > Hello! > > InputSource class have the only String constructor and that String > is supposed to be system id (URI), for example, file name. > See > http://www.saxproject.org/apidoc/org/xml/sax/InputSource.html for > more info. > If you want to create InputSource from serialized xml you need > something like > new InputSource(new StringReader(src)) > > --- > Oleg Tkachenko, > Multiconn International, Israel > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]