You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2010/05/06 15:54:55 UTC

svn commit: r941731 - in /uima/build/trunk/uima-docbook-resource-bundle/src/main/resources/docbook-shared: common/html-pdf.xsl titlepage/html.xsl titlepage/pdf.xsl

Author: schor
Date: Thu May  6 13:54:54 2010
New Revision: 941731

URL: http://svn.apache.org/viewvc?rev=941731&view=rev
Log:
[UIMA-1757] fix name space issues preventing TOC from showing

Modified:
    uima/build/trunk/uima-docbook-resource-bundle/src/main/resources/docbook-shared/common/html-pdf.xsl
    uima/build/trunk/uima-docbook-resource-bundle/src/main/resources/docbook-shared/titlepage/html.xsl
    uima/build/trunk/uima-docbook-resource-bundle/src/main/resources/docbook-shared/titlepage/pdf.xsl

Modified: uima/build/trunk/uima-docbook-resource-bundle/src/main/resources/docbook-shared/common/html-pdf.xsl
URL: http://svn.apache.org/viewvc/uima/build/trunk/uima-docbook-resource-bundle/src/main/resources/docbook-shared/common/html-pdf.xsl?rev=941731&r1=941730&r2=941731&view=diff
==============================================================================
--- uima/build/trunk/uima-docbook-resource-bundle/src/main/resources/docbook-shared/common/html-pdf.xsl (original)
+++ uima/build/trunk/uima-docbook-resource-bundle/src/main/resources/docbook-shared/common/html-pdf.xsl Thu May  6 13:54:54 2010
@@ -79,7 +79,7 @@
     ################################################### -->
 
     <xsl:param name="generate.toc">
-      d:book      d:toc,d:title
+       book      toc,title
     </xsl:param>
 
   <!--###################################################

Modified: uima/build/trunk/uima-docbook-resource-bundle/src/main/resources/docbook-shared/titlepage/html.xsl
URL: http://svn.apache.org/viewvc/uima/build/trunk/uima-docbook-resource-bundle/src/main/resources/docbook-shared/titlepage/html.xsl?rev=941731&r1=941730&r2=941731&view=diff
==============================================================================
--- uima/build/trunk/uima-docbook-resource-bundle/src/main/resources/docbook-shared/titlepage/html.xsl (original)
+++ uima/build/trunk/uima-docbook-resource-bundle/src/main/resources/docbook-shared/titlepage/html.xsl Thu May  6 13:54:54 2010
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet version="1.0" exclude-result-prefixes="exsl" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet version="1.0" exclude-result-prefixes="exsl" xmlns:exsl="http://exslt.org/common" xmlns:d="http://docbook.org/ns/docbook" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
 <!-- This stylesheet was created by template/titlepage.xsl; do not edit it by hand. -->
 

Modified: uima/build/trunk/uima-docbook-resource-bundle/src/main/resources/docbook-shared/titlepage/pdf.xsl
URL: http://svn.apache.org/viewvc/uima/build/trunk/uima-docbook-resource-bundle/src/main/resources/docbook-shared/titlepage/pdf.xsl?rev=941731&r1=941730&r2=941731&view=diff
==============================================================================
--- uima/build/trunk/uima-docbook-resource-bundle/src/main/resources/docbook-shared/titlepage/pdf.xsl (original)
+++ uima/build/trunk/uima-docbook-resource-bundle/src/main/resources/docbook-shared/titlepage/pdf.xsl Thu May  6 13:54:54 2010
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet version="1.0" exclude-result-prefixes="exsl" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet version="1.0" exclude-result-prefixes="exsl" xmlns:exsl="http://exslt.org/common" xmlns:d="http://docbook.org/ns/docbook" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
 <!-- This stylesheet was created by template/titlepage.xsl; do not edit it by hand. -->