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/
