libxslt r1490 - trunk/tests/namespaces



Author: wbrack
Date: Wed Aug  6 12:13:06 2008
New Revision: 1490
URL: http://svn.gnome.org/viewvc/libxslt?rev=1490&view=rev

Log:
* Minor cleanup of "typo" and some compilation warnings:
  tests/namespaces/tst7.xsl: fixed typo detected by new libxml2 code
  libxslt/keys.c, libxslt/xsltlocale.c, libexslt/date.c: trivial
  changes for gcc warnings.

Modified:
   trunk/tests/namespaces/tst7.xsl

Modified: trunk/tests/namespaces/tst7.xsl
==============================================================================
--- trunk/tests/namespaces/tst7.xsl	(original)
+++ trunk/tests/namespaces/tst7.xsl	Wed Aug  6 12:13:06 2008
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
-        xmlns:html="http://http://www.w3.org/1999/xhtml";>
+        xmlns:html="http://www.w3.org/1999/xhtml";>
         <xsl:output method="xml" version="1.0" encoding="utf-8" indent="yes"
 doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
 doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"; />



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