Ok, thanks
 ... this is (now) clear!! :-)
but why it does not work width the URI???
 
thanks
Massimiliano
----- Original Message -----
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.
If you want to create InputSource from serialized xml you need something like
new InputSource(new StringReader(src))

---
Oleg Tkachenko,
Multiconn International, Israel

Reply via email to