You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/02/27 11:41:40 UTC

svn commit: r631545 - /lenya/sandbox/modules/forrest/xslt/toc.xsl

Author: andreas
Date: Wed Feb 27 02:41:38 2008
New Revision: 631545

URL: http://svn.apache.org/viewvc?rev=631545&view=rev
Log:
Use XHTML namespace for Forrest document ToC.

Modified:
    lenya/sandbox/modules/forrest/xslt/toc.xsl

Modified: lenya/sandbox/modules/forrest/xslt/toc.xsl
URL: http://svn.apache.org/viewvc/lenya/sandbox/modules/forrest/xslt/toc.xsl?rev=631545&r1=631544&r2=631545&view=diff
==============================================================================
--- lenya/sandbox/modules/forrest/xslt/toc.xsl (original)
+++ lenya/sandbox/modules/forrest/xslt/toc.xsl Wed Feb 27 02:41:38 2008
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+<xsl:stylesheet version="1.0"
+  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+  xmlns="http://www.w3.org/1999/xhtml">
 
   <!--  Templates for "toc" mode.  This will generate a complete
     Table of Contents for the document.  This will then be used



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org