libxml2 r3745 - in trunk: . doc



Author: veillard
Date: Mon Jun  2 16:04:12 2008
New Revision: 3745
URL: http://svn.gnome.org/viewvc/libxml2?rev=3745&view=rev

Log:
* ChangeLog: patch from Hans de Goede to switch the file to UTF-8
* doc/news.xsl: switch to generate the NEWS file in UTF-8 instead of
  ISO-8859-1
Daniel


Modified:
   trunk/ChangeLog
   trunk/doc/news.xsl
   trunk/relaxng.c

Modified: trunk/doc/news.xsl
==============================================================================
--- trunk/doc/news.xsl	(original)
+++ trunk/doc/news.xsl	Mon Jun  2 16:04:12 2008
@@ -2,7 +2,7 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 xmlns:xhtml="http://www.w3.org/1999/xhtml";
                 version="1.0">
-  <xsl:output method="text" encoding="ISO-8859-1"/>
+  <xsl:output method="text" encoding="UTF-8"/>
 
   <xsl:template match="/">
     <xsl:text>

Modified: trunk/relaxng.c
==============================================================================
--- trunk/relaxng.c	(original)
+++ trunk/relaxng.c	Mon Jun  2 16:04:12 2008
@@ -45,7 +45,6 @@
     (xmlStrEqual(node->ns->href, xmlRelaxNGNs)))
 
 
-#if 0
 #define DEBUG 1
 
 #define DEBUG_GRAMMAR 1
@@ -67,6 +66,7 @@
 #define DEBUG_COMPILE 1
 
 #define DEBUG_PROGRESSIVE 1
+#if 0
 #endif
 
 #define MAX_ERROR 5
@@ -6495,6 +6495,8 @@
                     ctxt);
     }
 
+    /* @@@@ */
+
     ctxt->grammar = old;
     return (ret);
 }
@@ -8812,6 +8814,8 @@
             }
         case XML_RELAXNG_REF:
         case XML_RELAXNG_PARENTREF:
+	    if (define->content == NULL) {
+	    }
             ret = xmlRelaxNGValidateValue(ctxt, define->content);
             break;
         default:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]