2.23.3: 2008-08-16 Murray Cumming * libxml++/attribute.cc: get_value(): xmlGetNsProp() takes the namespace URI, not the prefix. Bug #547689 (Sergei Fedorov) 2008-08-14 Murray Cumming * examples/dom_parser/Makefile.am: * examples/dom_parser/example_with_namespace.xml: Added an example using namespace prefixes, from bug #547689. * examples/dom_parser/main.cc: Comment out the call to set_validate(), because that example does not have a DTD. Show the namespace prefixes in the output. * libxml++/attribute.cc: get_value(): Use xmlGetNsProp() instead of xmlGetProp(), so we don't ignore the namespace prefix, so we get the correct value. Bug #547689 (Sergei Fedorov) 2008-08-10 Armin Burgmeier * MSVC_Net2005/: Renamed from MSVC_Net2003. * MSVC_Net2005/libxml++/libxml++.vcproj: Link against libxml2.lib instead of xml2.lib because that's how it is called in Tor's GTK+ bundle. * MSVC_Net2005/libxml++/libxml++.rc.in: Removed "#include resource.h" because there is no resource.h. * MSVC_Net2005/libxml++/libxml++.sln: Build all examples by default. * Makefile.am: * configure.in: Adapt build files for the MSVC_Net2003 -> MSVC_Net2005 rename.