diff -r c717dcc42cc8 src/xine-utils/xmlparser.c
--- a/src/xine-utils/xmlparser.c	Thu Sep 13 20:57:33 2007 +0100
+++ b/src/xine-utils/xmlparser.c	Thu Sep 13 21:01:39 2007 +0100
@@ -736,6 +736,13 @@ static void xml_parser_dump_node (const 
     }
   }
   printf (">\n");
+#ifndef XINE_COMPILE
+  if (node->data) {
+    char *text = xml_escape_string (node->data, XML_ESCAPE_DOUBLE_QUOTE);
+    printf ("text = \"%s\"\n", text);
+    free (text);
+  }
+#endif
 
   n = node->child;
   while (n) {
