Hi,

On Mon, Jul 4, 2011 at 1:43 PM,  <max...@apache.org> wrote:
> +                    @Override
> +                    public void scan(Reader r0, ScanHandler h) throws 
> IOException, SAXException {
> +                        super.scan(new PushbackReader(new 
> BufferedReader(r0), 2), h);
> +                    }

Nice trick! Why didn't I think of that?

BR,

Jukka Zitting

Reply via email to