From 7ec69ecd3207abc750291231c37739d16d8d5a42 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 7 Nov 2011 00:13:56 -0500 Subject: [PATCH] Accept CDATA in gschema.xml files --- gio/glib-compile-schemas.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c index 39938bf58..e4e55c914 100644 --- a/gio/glib-compile-schemas.c +++ b/gio/glib-compile-schemas.c @@ -1667,6 +1667,7 @@ parse_gschema_files (gchar **files, } context = g_markup_parse_context_new (&parser, + G_MARKUP_TREAT_CDATA_AS_TEXT | G_MARKUP_PREFIX_ERROR_POSITION, &state, NULL);