summaryrefslogtreecommitdiff
blob: 4a75ae040c171cdb38cd323c4f24fd03676fd27e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --exclude='*~' -urN libxml++-2.8.0.orig/libxml++/parsers/saxparser.cc libxml++-2.8.0/libxml++/parsers/saxparser.cc
--- libxml++-2.8.0.orig/libxml++/parsers/saxparser.cc	2005-04-27 03:57:31.000000000 -0400
+++ libxml++-2.8.0/libxml++/parsers/saxparser.cc	2005-04-27 03:57:52.000000000 -0400
@@ -390,7 +390,7 @@
     // Here we force the use of Glib::ustring::ustring( InputIterator begin, InputIterator end )
     // instead of Glib::ustring::ustring( const char*, size_type ) because it
     // waits for the length of the string in characters, not in bytes.
-    parser->on_cdata_block(
+    parser->on_characters(
         Glib::ustring(
           reinterpret_cast<const char *>(ch),
           reinterpret_cast<const char *>(ch + len) ) );