[glib] Accept CDATA in gschema.xml files
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Accept CDATA in gschema.xml files
- Date: Mon, 7 Nov 2011 05:14:59 +0000 (UTC)
commit 7ec69ecd3207abc750291231c37739d16d8d5a42
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Nov 7 00:13:56 2011 -0500
Accept CDATA in gschema.xml files
gio/glib-compile-schemas.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
index 39938bf..e4e55c9 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]