siegfried wrote:
I was mucking around with the examples and found UseStyleSheetPI.java.
This almost works. It breaks when I substitute the first occurance of
“fooX.xml” with system.in it breaks! Apparently there is some problem
with having standard input open twice! Is there a way to resolve this?
I'm not sure what you mean by "having standard input open twice." Are
you saying you want to read both the input document and the stylesheet
from system.in? That isn't possible, since there would be no way to
demarcate each entity in the stream.
Dave