[Yanel-commits] rev 37210 - public/yanel/contributions/realms/docbook/data-repo/data/docbook-xsl-1.73.2/html

michi at wyona.com michi at wyona.com
Tue Jun 24 10:13:35 CEST 2008


Author: michi
Date: 2008-06-24 10:13:34 +0200 (Tue, 24 Jun 2008)
New Revision: 37210

Modified:
   public/yanel/contributions/realms/docbook/data-repo/data/docbook-xsl-1.73.2/html/titlepage.templates.xsl
Log:
there seems to be a problem when copying recto.content

Modified: public/yanel/contributions/realms/docbook/data-repo/data/docbook-xsl-1.73.2/html/titlepage.templates.xsl
===================================================================
--- public/yanel/contributions/realms/docbook/data-repo/data/docbook-xsl-1.73.2/html/titlepage.templates.xsl	2008-06-24 08:07:27 UTC (rev 37209)
+++ public/yanel/contributions/realms/docbook/data-repo/data/docbook-xsl-1.73.2/html/titlepage.templates.xsl	2008-06-24 08:13:34 UTC (rev 37210)
@@ -97,7 +97,10 @@
       </xsl:choose>
     </xsl:variable>
     <xsl:if test="(normalize-space($recto.content) != '') or ($recto.elements.count &gt; 0)">
+      <div>TODO 1 (see /titlepage.templates.xsl)</div>
+<!--
       <div><xsl:copy-of select="$recto.content"/></div>
+-->
     </xsl:if>
     <xsl:variable name="verso.content">
       <xsl:call-template name="article.titlepage.before.verso"/>
@@ -2203,7 +2206,10 @@
       </xsl:choose>
     </xsl:variable>
     <xsl:if test="(normalize-space($recto.content) != '') or ($recto.elements.count &gt; 0)">
+      <div>TODO 3 (see /titlepage.templates.xsl)</div>
+<!--
       <div><xsl:copy-of select="$recto.content"/></div>
+-->
     </xsl:if>
     <xsl:variable name="verso.content">
       <xsl:call-template name="sect1.titlepage.before.verso"/>
@@ -2390,7 +2396,10 @@
       </xsl:choose>
     </xsl:variable>
     <xsl:if test="(normalize-space($recto.content) != '') or ($recto.elements.count &gt; 0)">
+      <div>TODO 2 (see /titlepage.templates.xsl)</div>
+<!--
       <div><xsl:copy-of select="$recto.content"/></div>
+-->
     </xsl:if>
     <xsl:variable name="verso.content">
       <xsl:call-template name="sect2.titlepage.before.verso"/>



More information about the Yanel-commits mailing list