On May 10, 2006, at 12:41 PM, John Balestrieri wrote:
I'm doing some early research for a project that will require an Rb
application to download an XML stream from the internet. As I
understand it, the data is just being sent as a stream of XML -- no
header with length info, etc. So I will need a SAX type parser to
process the stream as it comes in (As you know, Rb's XML support is
DOM type). Can anyone recommend one that can be used by Rb (as a
plugin/set of classes) or perhaps via the command line in OS X?
The RB classes as RB supports both DOM and SAX
Check out the XMLReader, I use it all the time to handle XML that is
of an unknown length and structure.
Totally event driven.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>