lib: changed parse_chunk_raw() to parse_chunk() in xmlparser.cc
commit8140b1434ab9abbfef8beb0d256ef6dd2809634d
authorChris Frey <cdfrey@foursquare.net>
Wed, 8 Dec 2010 03:09:01 +0000 (7 22:09 -0500)
committerChris Frey <cdfrey@foursquare.net>
Thu, 9 Dec 2010 19:59:43 +0000 (9 14:59 -0500)
treef460d6f5e3dd5e1ae86bf6ba216a96d9f291c7a8
parentdb55d9bd7e9b35113dde0379b75efdc3fea03ec1
lib: changed parse_chunk_raw() to parse_chunk() in xmlparser.cc

Older versions of libxml++2.6 do not have parse_chunk_raw(), such
as on Debian Lenny.  So had to go back to std::string handling,
and using parse_chunk() only.  A bit slower unfortunately, but it
also removes the char buffer[] as a side benefit.
src/xmlparser.cc