2.35.2: 2012-03-21 Murray Cumming Fix a warning found by clang++ * libxml++/parsers/textreader.h: PropertyReader is a class, not a struct. 2012-03-20 Murray Cumming Remove the --disable-api-exceptions configure option. And remove the #ifdefs and #else blocks from the code. This is not used by anybody now, as far as I know, so this makes the code easier to maintain. 2012-03-20 Murray Cumming A fix for the previous commit. * libxml++/nodes/node.cc: get_first_child() const: Use the name parameter. 2012-03-19 Murray Cumming Node: Add get_first_child(). * libxml++/nodes/node.[h|cc]: This is like get_children(), but it returns only the first node, optionally returning the first one with a certain name. Based on a patch by Ilya Murav'jov in bug #648125 .