]> granicus.if.org Git - docbook-dsssl/commitdiff
Remove redundant ./ from xpath statements.
authorBob Stayton <bobs@sagehill.net>
Mon, 19 Mar 2007 05:09:51 +0000 (05:09 +0000)
committerBob Stayton <bobs@sagehill.net>
Mon, 19 Mar 2007 05:09:51 +0000 (05:09 +0000)
xsl/html/titlepage.xsl

index 6ea86090dda88ccb53602226cb591f4b8f219f34..1f76a57f5a4e754abcd3cbce2a3bfbf2a7f96c78 100644 (file)
       <xsl:call-template name="person.name"/>
     </h3>
     <xsl:if test="not($contrib.inline.enabled = 0)">
-      <xsl:apply-templates mode="titlepage.mode" select="./contrib"/>
+      <xsl:apply-templates mode="titlepage.mode" select="contrib"/>
     </xsl:if>
-    <xsl:apply-templates mode="titlepage.mode" select="./affiliation"/>
-    <xsl:apply-templates mode="titlepage.mode" select="./email"/>
+    <xsl:apply-templates mode="titlepage.mode" select="affiliation"/>
+    <xsl:apply-templates mode="titlepage.mode" select="email"/>
     <xsl:if test="not($blurb.on.titlepage.enabled = 0)">
       <xsl:choose>
         <xsl:when test="$contrib.inline.enabled = 0">
           <xsl:apply-templates mode="titlepage.mode"
-                               select="./contrib|./authorblurb|./personblurb"/>
+                               select="contrib|authorblurb|personblurb"/>
         </xsl:when>
         <xsl:otherwise>
           <xsl:apply-templates mode="titlepage.mode"
-                               select="./authorblurb|./personblurb"/>
+                               select="authorblurb|personblurb"/>
         </xsl:otherwise>
       </xsl:choose>
     </xsl:if>
             <xsl:apply-templates mode="titlepage.mode" select="contrib"/>
             <xsl:text>: </xsl:text>
             <xsl:call-template name="person.name"/>
-            <xsl:apply-templates mode="titlepage.mode" select="./affiliation"/>
+            <xsl:apply-templates mode="titlepage.mode" select="affiliation"/>
             <xsl:apply-templates select="following-sibling::othercredit[string(contrib)=$contrib]" mode="titlepage.othercredits"/>
           </xsl:with-param>
         </xsl:call-template>
           <xsl:call-template name="person.name"/>
         </xsl:with-param>
       </xsl:call-template>
-      <xsl:apply-templates mode="titlepage.mode" select="./affiliation"/>
+      <xsl:apply-templates mode="titlepage.mode" select="affiliation"/>
     </xsl:otherwise>
   </xsl:choose>
   </xsl:when>