Is there any functionality for doing SAX2 filters? (SAX handler sends
events to SAX handler, which sends events to SAX handler).

I didn't find any when looking through the API docs, so I wrote my own
filter like system. However, I've now got to the stage where I have to
modify the events I send to the next SAX filter in the chain. All is
well, except- I can't modify attributes, or make my own set of
attributes! The Attributes class has got plenty of reader functions, but
no writer functions. Is there any way I can make an Attributes class?

David



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to