Suggestions
Search:
 
Next:
normalize scape
Previous:
trim outer
Up:
Whitespace Normalization and Character Encoding normalize scape.mod.xsl
Reference Section

Name

scape.slash.hyphen — Process URL text

Synopsis

<xsl:template name="scape.slash.hyphen">
<xsl:param name="string"/>
  ...
</xsl:template>

A. Description

Escapes or hyphenates LaTeX active characters is URLs.

B. Pertinent Variables

There are no configuration variables for this template.

C. Template Parameters

string
The URL text to be processed.

D. DocBook Compliance and LaTeX Notes

This template is called by text() (in slash.hyphen mode). Text will be escaped and hyphenated by the scape-slash template, except that any portion up to :// will not be treated specially.