I need to parse XML documents in my C++ application.

I checked out Xerces, XML4C and MSXML.

All of these are pretty cumbersome to use. Is there any short-n-sweet parser available which may not have a lot of powerful functionality but is easy to use.

Thanks in advance.