[Expat-discuss] input to example programs

Karl Waclawek karl at waclawek.net
Mon Nov 10 14:39:12 EST 2003


> I'm now trying to run the example program outline.c (on Windows 2000 using
> the Borland compiler). The program compiles and runs fine, but I was
> wondering how I tell it what to parse. The program reads from stdin.
> However, while the program is running, any characters I type in are simply
> ignored. 

Try running it by redirecting a file to standard input:

  outline.exe <myfile.xml

Works for me,

Karl



More information about the Expat-discuss mailing list