You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2001/08/14 18:44:47 UTC

[DO NOT REPLY: Bug 3094] -

StdInInputSource class is broken and StdInParse sample no longer works

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3094

*** shadow/3094	Fri Aug 10 15:31:20 2001
--- shadow/3094.tmp.7373	Tue Aug 14 09:44:47 2001
***************
*** 20,23 ****
  ------- Additional Comments From mgoldshteyn@chx.com  2001-08-10 15:31 -------
  An error is received trying to run the StdInParse sample. Any code that uses 
  the StdInInputSource for parsing fails. Other input sources that I tried worked 
! fine. This is using standard non-redirected input in a Windows NT 4 console.
--- 20,35 ----
  ------- Additional Comments From mgoldshteyn@chx.com  2001-08-10 15:31 -------
  An error is received trying to run the StdInParse sample. Any code that uses 
  the StdInInputSource for parsing fails. Other input sources that I tried worked 
! fine. This is using standard non-redirected input in a Windows NT 4 console.
! 
! ------- Additional Comments From tng@ca.ibm.com  2001-08-14 09:44 -------
! Have you typed the redirect '<' character before the xml file?  i.e.
! 
!    StdInParse < personal.xml
! 
! I tested it with Xerces 1.5.1 and worked for me:
! 
!    D:\xerces-c1_5_1-win32\samples\data>StdInParse < personal.xml
!    stdin: 10 ms (37 elems, 12 attrs, 134 spaces, 134 chars)
! 
! See http://xml.apache.org/xerces-c/stdinparse.html for further detail.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org