On Sun, Apr 28, 2002 at 01:44:14PM +0100, Nick Kew wrote:
> So a parser - either SAX or DOM - just needs:
> 
>    APInputSource mbuf(r) ;
>    parser->parse(mbuf) ;
> 
> and it works with exactly the data Apache feeds it, as the data arrive.

Thanks! However you posted code for Xerces C++, while I'm using Xerces
Java 2.  In Java, InputSource does not have makeStream(), nor does it have
a BinInputStream class.  

Does this mean that Xerces-J does not allow a different kind of InputSource, 
and any customization has to conform to a InputStream or a Reader?


-- 
Miguel A Paraz             <[EMAIL PROTECTED]>  Mobile: +63-916-423-7922
Imperium Technology, Inc.  <[EMAIL PROTECTED]>    Office: +63-2-812-3155


---------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to