]> granicus.if.org Git - docbook-dsssl/commitdiff
Support startinglinenumber on orderedlist
authorNorman Walsh <ndw@nwalsh.com>
Fri, 21 Jul 2006 20:30:18 +0000 (20:30 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 21 Jul 2006 20:30:18 +0000 (20:30 +0000)
xsl/common/common.xsl

index e95ce09b2df75137603ecf20f55ac00b6e292d6c..aad21a426608a76018b3d023a8d1ac9b38df9ce4 100644 (file)
@@ -1347,6 +1347,9 @@ pointed to by the link is one of the elements listed in
   <xsl:choose>
     <xsl:when test="not($list/@continuation = 'continues')">
       <xsl:choose>
+       <xsl:when test="@startinglinenumber">
+         <xsl:value-of select="@startinglinenumber"/>
+       </xsl:when>
        <xsl:when test="$pi-html-start != ''">
          <xsl:value-of select="$pi-html-start"/>
        </xsl:when>