Am Samstag, den 14.04.2007, 18:44 -0700 schrieb Soumya Sanyal: > 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 ?
An alternative to mod_xmlns is mod_xml2, another sax parsing module based on libxml2. http://www.heute-morgen.de/modules/mod_xml2/ Sincerely, Joachim
