Looking through the code, it seems like writing a RequestAttributeTransformer with the following functionality might be useful (at least to me :-)
1. Having the ability to use a org.apache.cocoon.xml.SAXBuffer to record SAX events and put an object of this class in as a named request attribute. 2. Having the ability to pull a SAXBuffer out of the request as a named attribute and replay the SAX events.
So, is SAXBuffer a good class to use for this, i.e. was it meant to be used for this? Am I missing something obvious?
Thanks,
Irv
