Re: Problems with Serialization

2007-01-25 Thread Lastdot
You have to compille the program using Xerce's librarys, giving to the compiler the right path: javac -classpath (Xerce's path library) tibot wrote: > > Hello, > > It seems I have the same problem but I don't see what you have done to > make it work. > >

Re: Problems with Serialization

2006-12-13 Thread Lastdot
ery much indeed Michael Glavassevich wrote: > > Lastdot <[EMAIL PROTECTED]> wrote on 12/12/2006 07:00:00 AM: > >> Hi, >> When i try to serialize a DOM document to an output stream i always get > the >> same error: when i create a DOMImplementatiosLS object it

Problems with Serialization

2006-12-12 Thread Lastdot
Hi, When i try to serialize a DOM document to an output stream i always get the same error: when i create a DOMImplementatiosLS object it gets a null value so, when i try to use this object to get a LSSerializer object i get a null pointer exception. I've tried everything, and i don“t know what to