2.34.2: 2011-09-06 Mathias Lorente <mathias.lorente@free.fr> Node::create_new_child_node(): Use the default namespace if none is specified. * libxml++/nodes/node.cc: This is better than just ignoring it. Bug #656110 2011-07-20 Murray Cumming <murrayc@murrayc.com> ContentNode::get_content(): Fix a documentation typo. * libxml++/nodes/contentnode.h: Mention > instead of &qt (a q instead of a g, and no ;.). 2011-07-20 Mathias Lorente <mathias.lorente@free.fr> Add Element::add_child_cdata(). * libxml++/nodes/element.[h|cc]: Add add_child_cdata(), using xmlNewCDataBlock(), like the existing add_child_text(). * examples/sax_parser_build_dom/example.xml: * examples/sax_parser_build_dom/svgparser.[h|cc]: Use the new API.