On 12/27/06, Andrew S. Townley <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm looking for a good SAX implementation for Ruby to do some XML
> parsing.  I see from the mailing list archives you've just added the
> pull-based XML::Reader based on the Microsoft C# API, but I want "real"
> SAX-based event-driven parsing.

What are you planning to do with it? I'm curious, is it because you
prefer that way of doing it, or is there a techincal reason.

> I also noticed that the current support for this in the library is based
> on the now deprecated SAXv1 interface rather than the newer SAX2
> interface.  Is there any plans to migrate this or change it?  Also, I
> think it would be worthwhile implementing a filter mechanism similar to
> the Java SAX API's XMLReader, XMLFilter and friends (originally, I saw
> the XML::Reader subject in the archives and thought it may have been
> already done).

I don't know enought about this to say, but since this is a binding to
libxml, what is libxml's support of this?

/trans
_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel

Reply via email to