seg — Process seg [2.0.9] elements
<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>
Formats a seg [2.0.9] with its segtitle [2.0.9].