Suggestions
Search:
 
Next:
Mathematics mathelems.mod.xsl
Previous:
seglistitem
Up:
Lists lists.mod.xsl
Reference Section

Name

seg — Process seg [2.0.9] elements

Synopsis

<xsl:template match="seg">
<xsl:variable name="segnum" select="position()"/>
<xsl:variable name="seglist" select="ancestor::segmentedlist"/>
<xsl:variable name="segtitles" select="$seglist/segtitle"/>
  ...
</xsl:template>

A. Description

Formats a seg [2.0.9] with its segtitle [2.0.9].

B. Pertinent Variables