| axisheight.py | 
           | 
          1027 | 
        
        
          | css-units.py | 
           | 
          617 | 
        
        
          | fractions.py | 
           | 
          6145 | 
        
        
          | largeop.py | 
           | 
          3708 | 
        
        
          | limits.py | 
           | 
          2534 | 
        
        
          | math-text.py | 
           | 
          1450 | 
        
        
          | mathvariant-transforms.py | 
          \
<xsl:stylesheet version="1.0"
                       xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <xsl:strip-space elements="*"/>
  <xsl:template match="charlist">
    <root><xsl:apply-templates select="character"/></root>
  </xsl:template>
  <xsl:template match="character">
    <xsl:if test="surrogate">
      <entry>
        <xsl:attribute name="mathvariant">
            <xsl:value-of select="surrogate/@mathvariant"/>
        </xsl:attribute>
        <xsl:attribute name="baseChar">
          <xsl:value-of select="surrogate/@ref"/>
        </xsl:attribute>
        <xsl:attribute name="transformedChar">
          <xsl:choose>
            <xsl:when test="bmp">
              <xsl:value-of select="bmp/@ref"/>
            </xsl:when>
            <xsl:otherwise>
               <xsl:value-of select="@id"/>
            </xsl:otherwise>
          </xsl:choose>
        </xsl:attribute>
      </entry>
    </xsl:if>
  </xsl:template>
</xsl:stylesheet> | 
          8671 | 
        
        
          | operator-dictionary.py | 
           | 
          4526 | 
        
        
          | operator-dictionary.xsl | 
           | 
          2399 | 
        
        
          | percentscaledown.py | 
           | 
          782 | 
        
        
          | radicals.py | 
           | 
          4996 | 
        
        
          | scripts.py | 
           | 
          5060 | 
        
        
          | stacks.py | 
           | 
          2484 | 
        
        
          | stretchstacks.py | 
           | 
          2524 | 
        
        
          | stretchy-centered-on-baseline.py | 
           | 
          1622 | 
        
        
          | stretchy.py | 
           | 
          2815 | 
        
        
          | underover.py | 
           | 
          3127 | 
        
        
          | use-typo-lineheight.py | 
           | 
          1323 | 
        
        
          | utils | 
           | 
           | 
        
        
          | xHeight.py | 
           | 
          326 |