2004-12-20 Murray Cumming * This is the gnome-2-8 branch, for libxml++ 2.8. 2004-12-18 Murray Cumming * libxml++/nodes/node.cc: Node::find(): Check the result of xmlXPathEval and throw an exception about invalid xpaths, instead of crashing. Bug #161549 from Caleb Epstein. 2004-12-18 Murray Cumming * libxml++/parsers/saxparser.cc: parse_memory(), parse_chunk(), domparser.cc: parse_memory, parse_chunk(): Use Glib::ustring::bytes() to get the size of the array, not size() or length(), which gets the number of utf8 characters. It might not even be utf8. * examples/sax_parser_build_dom/svgparser.cc: Use !empty() instead of size() > 0. It is more efficient. 2004-11-30 Murray Cumming * libxml++/validator.h: Removed an extra ; that g++ 3.4 complains about.