classpathx-xml
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Classpathx-xml] problem with SYSTEM entities


From: Egon Willighagen
Subject: Re: [Classpathx-xml] problem with SYSTEM entities
Date: Wed, 6 Feb 2002 11:51:55 +0100

On Saturday 2 February 2002 20:37, David Brownell wrote:
> For example, invoke it by
>
>     parser.parse ("file:/home/egonw/xml/test.xml");
>
> or
>
>     parser.parse (new InputSource ("file:/home/egonw/xml/test.xml"));

Ok, and what should I do if i want to parse from a Reader?
Say, for example, a StringReader?

I now have code like:

parser.parse(new InputStream(someReader));

where someReader is of class type Reader, and can be a FileReader, 
but also some other reader...

Egon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]