Suggestions |
---|
Search:
|
Next:
string replace |
Previous:
scape.slash.hyphen Up: Whitespace Normalization and Character Encoding normalize scape.mod.xsl |
normalize-scape — Character Escaping and Whitespace Normalization
<xsl:template name="normalize-scape"> <xsl:param name="string"/> <xsl:variable name="result"> <xsl:call-template name="scape"> <xsl:with-param name="string" select="$string"/> </xsl:call-template> </xsl:variable> ... </xsl:template>
This template is used by various templates to escape LaTeX active characters and to normalise whitespace.
This template will call the scape template and process its output with the XPath normalize-space function.