Quoting David Ezell ([EMAIL PROTECTED]): > So, from your message I'd guess you're not using chains of filters > as described in [1]. > > If you use these chains, it's the SAX events which propagate across > the interfaces. You only parse once. And it doesn't require multiple > threads or buffering. It's brilliant. :-)
Actually, the first filter is already written and I do not want to mess with it. It outputs the original xml modified a little. I know chaining the filters will be the best, but will parsing again using the second filter cause any huge performance problems when dealing with smaller xmls. --st --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
