Suggestions
Search:
 
Next:
string replace
Previous:
scape.slash.hyphen
Up:
Whitespace Normalization and Character Encoding normalize scape.mod.xsl
Reference Section

Name

normalize-scape — Character Escaping and Whitespace Normalization

Synopsis

<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>

A. Description

This template is used by various templates to escape LaTeX active characters and to normalise whitespace.

B. Pertinent Variables

There are no configuration variables for this template.

C. Template Parameters

string
The text to be processed.

D. DocBook Compliance and LaTeX Notes

This template will call the scape template and process its output with the XPath normalize-space function.