in reply to POE and non-blocking XML/HTML parsing

You might try POE::Filter::XML, although I've never used it. Remember: You can use POE::Filter::* objects without attaching them to POE::Wheel objects, so it's possible to feed streamed data through them.

  • Comment on Re: POE and non-blocking XML/HTML parsing