Thank you Tim.

I have another question regarding the apr_xml_elem type, used in that code.
If I declare a variable like this

     apr_xml_elem * child;

the cl.exe fails with the following messages:

error C2275: 'apr_xml_elem' : illegal use of this type as an expression see declaration of 'apr_xml_elem'

Any hint?

Idézet (Tim Bray <[EMAIL PROTECTED]>):


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




Reply via email to