Suggestions
Search:
 
Next:
text() (in xref to mode)
Previous:
text()
Up:
Whitespace Normalization and Character Encoding normalize scape.mod.xsl
Reference Section

Name

text() (in xref.text mode) — Process text() nodes

Synopsis

<xsl:template match="text()" mode="xref.text"/>

A. Description

Handles regular text content (i.e. #PCDATA) from DocBook documents when they are forming the displayed text of an xref [2.0.9].

B. Pertinent Variables

There are no configuration variables for this template.

D. DocBook Compliance and LaTeX Notes

LaTeX active characters will be escaped using the scape template.

In all cases, interior whitespace will be normalised according to the XSLT specification with the additional feature that leading and trailing whitespace will be elided (as expected with SGML parsers).