Ignore:
Timestamp:
Jul 21, 2007, 8:07:11 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
master
Children:
a6966fa
Parents:
3ca2208
Message:

Merged r8226 from new-xsl branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/math.xsl

    r3ca2208 r00b1e11  
    268268<xsl:template name="tex.math.output.delims">
    269269  <xsl:variable name="pi.delims">
    270     <xsl:call-template name="pi-attribute">
    271       <xsl:with-param name="pis" select=".//processing-instruction('dbtex')"/>
    272       <xsl:with-param name="attribute" select="'delims'"/>
     270    <xsl:call-template name="pi.dbtex_delims">
     271      <xsl:with-param name="node" select="descendant-or-self::*"/>
    273272    </xsl:call-template>
    274273  </xsl:variable>
Note: See TracChangeset for help on using the changeset viewer.