Hi.
How to parse xml using SAXParser....
I am getting error like...
---->java.io.IOException: no more input streams available
I am trying to read xml from server which generate server......
Plz Help..
Its urgent
Hi.
How to parse xml using SAXParser....
I am getting error like...
---->java.io.IOException: no more input streams available
I am trying to read xml from server which generate server......
Plz Help..
Its urgent
Have you successfully parsed a document located at another server? For example
http://www.w3schools.com/xml/simple.xml
It could be a connection problem to your server. Can you provide a code snippet of what you are trying to do?
Last edited by skalogir; 2011-10-11 at 14:19.