-----Original message----- From: Wong Kok Wai [mailto:[EMAIL PROTECTED] Send: 18. februar 2000 15:38 To: [EMAIL PROTECTED] Subject: Re: [Xerces-J] problem
Two ways you can try: 1) Wrap your FileInputStream with a BufferedInputStream, like: InputSource biginput = new InputSource(new BufferedInputStream(new FileInputStream("C:\\kurs.xml"))); 2) Use SAX Yep I`m testing that right now :-) Thanks for the response though.