Re: [libxml-devel] SaxParser

2008-07-11 Thread Todd Fisher
Hi Charlie, I guess what I'm wondering is how can the data from ruby be fed into libxml-ruby SaxParser - when I only see 2 methods for passing data, parser.string= and parser.filename= . I must be missing understanding. Thanks, Todd 2008/7/10 Charlie Savage <[EMAIL PROTECTED]>: > Hi Todd, > >

Re: [libxml-devel] SaxParser

2008-07-10 Thread Charlie Savage
Hi Todd, I'm wondering if there are any plans to support reading from a socket to send data through the SaxParser. If I'm not mistaken it currently has a .string= and .filename = method. If you mean opening up a document that resides at a URI via HTTP, then that would be easy since libxml s