Basic RSS parsing strategy

The basic strategy for parsing an RSS document is to:

  • instantiate a DOMIT! RSS document

  • determine how many channels exist in the document

  • loop through and obtain a reference to each channel

  • determine how many items exist in each channel

  • loop through the items of each channel, extracting the data and presenting it to the user in some way


Documentation generated by ClassyDoc, using the DOMIT! and SAXY parsers.
Please visit Engage Interactive to download free copies.