]> granicus.if.org Git - docbook-dsssl/commitdiff
Renamed a template
authorNorman Walsh <ndw@nwalsh.com>
Thu, 13 Jun 2002 10:50:37 +0000 (10:50 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 13 Jun 2002 10:50:37 +0000 (10:50 +0000)
xsl/html/html-rtf.xsl

index 02d25ed5a71ef0a7cf6e63a20198030b996785ae..bfb4cfe011d222f03110f4455d70777f6fd10fba 100644 (file)
                         |html:menu|html:ol|html:ul|html:form"/>
   <xsl:choose>
     <xsl:when test="$blocks">
-      <xsl:call-template name="unwrap.nodes">
+      <xsl:call-template name="unwrap.p.nodes">
         <xsl:with-param name="wrap" select="."/>
         <xsl:with-param name="first" select="1"/>
         <xsl:with-param name="nodes" select="node()"/>
   <xsl:copy/>
 </xsl:template>
 
-<xsl:template name="unwrap.nodes">
+<xsl:template name="unwrap.p.nodes">
   <xsl:param name="wrap" select="."/>
   <xsl:param name="first" select="0"/>
   <xsl:param name="nodes"/>
         <xsl:apply-templates select="$block" mode="unwrap.p"/>
 
         <xsl:if test="$trailing">
-          <xsl:call-template name="unwrap.nodes">
+          <xsl:call-template name="unwrap.p.nodes">
             <xsl:with-param name="wrap" select="$wrap"/>
             <xsl:with-param name="nodes" select="$trailing"/>
             <xsl:with-param name="blocks" select="$blocks[position() &gt; 1]"/>