You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Shanthi Nellaiappan <ns...@cisco.com> on 2000/10/13 21:44:15 UTC

Reading from the socket

Hi,
  how to give "socket stream reader input" to the parser ? Instead of
this
  InputStreamReader stdIn =  new InputStreamReader(
             new FileInputStream("c:\\alarm\\alarm.xml"));

thanks,
shanthi