- <xsl:template match="out-of-flow-text">
- <xsl:param name="mixed" />
- <xsl:apply-templates select="child::node()">
- <xsl:with-param name="mixed" select="$mixed" />
- </xsl:apply-templates>
- </xsl:template>
+ <xsl:template match="out-of-flow-text">
+ <span data-pass-thru="true">
+ <xsl:apply-templates select="child::node()">
+ <xsl:with-param name="mixed" select="false()" />
+ </xsl:apply-templates>
+ </span>
+ </xsl:template>