$Id: TODO,v 1.8 2004/06/25 07:10:04 ianmacd Exp $

These are some ideas for new features in future versions.

- XSLT requests
- remaining AWSv3 features, such as Web Services for Sellers
- allow exchange items to be added to remote shopping cart (undocumented AWS
  feature)
- UTF-8 conversion
- allow specification of number of pages or number of results to return
- ALL_PAGES searches for seller profile searches (page > 1 seems not to work)
- ALL_PAGES searches for 3rd party seller searches
- override #to_s and/or #inspect for Response classes; otherwise, we can't see
  their instance variables
- improve threaded search performance
- page caching doesn't work reliably will ALL_PAGES searches, due to use of
  threads
- improve page caching: cache pages _after_ parsing their XML, not before
- have a look at logger.rb for handling debugging messages
