On Wed, Oct 1, 2008 at 8:21 AM, Michal 'vorner' Vaner <[EMAIL PROTECTED]> wrote: > You can not use a new parser every time. You need it to know the > beginning of the stream.
Why? It works fine without knowing it. How can I reuse the same parser when the source changes? That is, I have to do parser = REXML::Parsers::SAX2Parser.new(source) every time, and feed it the source. Is there a way to feed an existing SAX2Parser a new source? > -- > Something is obviously wrong. The thing works. > > Michal 'vorner' Vaner -- Eric Will // rakaur -- _______________________________________________ JDev mailing list FAQ: http://www.jabber.org/discussion-lists/jdev-faq Forum: http://www.jabberforum.org/forumdisplay.php?f=20 Info: http://mail.jabber.org/mailman/listinfo/jdev Unsubscribe: [EMAIL PROTECTED] _______________________________________________
