Hey Nick, Thanks a lot for following up. It looks like mod_publisher is something close to what I want except from my initial take, this appears to be an 'output' filter ? Is this accurate ? I require an input filter and some more customizations. If your module is GPL licensed, which I assume I it is, I probably can customize it for my needs.
Thanks again ! On 4/14/07, Nick Kew <[EMAIL PROTECTED]> wrote:
On Sat, 14 Apr 2007 18:44:06 -0700 "Soumya Sanyal" <[EMAIL PROTECTED]> wrote: > Hello, > I'm new to this list and I joined to find out what I haven't so far > through countless searches. I require an apache module to extract a > certain string (supplied as a regex potentially and possibly a child > element of an XML within the Request Body). I know the existence of > some XML parsing libraries like mod_soap. But that module is too > heavy for my needs. I'm building a high throughput application, and > it requires a very light weight Request Body parsing library. Do you > guys know of the existence of such a module ? Sounds like you want a streaming SAX-based filter. There are several at http://apache.webthing.com/ (my company site). For XML, you'd want mod_publisher or mod_xmlns. -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.org/
