On Aug 25, 2008, at 1:10 AM, [EMAIL PROTECTED] wrote:
Hi all,I was looking for some good APR examples. I know that the httpd source distribution contains examples in server/mpm/* but what I need is an XMP parser example with APR-UTIL.Do you have something like this?
If you look at the mod_atom source in http://code.google.com/p/mod- atom/, I use apr-util's parser to parse XML both coming out of files and coming in a request body. It's not too hard. -T
Best regards, Laszlo Graf
