Suggestions
Search:
 
Next:
varlistentry/term
Previous:
orderedlist
Up:
Lists lists.mod.xsl
Reference Section

Name

varlistentry — Process varlistentry [2.0.9] elements

Synopsis

<xsl:template match="varlistentry" name="varlistentry">
<xsl:param name="next.is.list">
			<xsl:variable name="object" select="listitem/*[1]"/>
			<xsl:value-of select="count($object[self::itemizedlist or self::orderedlist or self::variablelist])"/>
		</xsl:param>
<xsl:variable name="id">
			<xsl:call-template name="label.id"/>
		</xsl:variable>
  ...
</xsl:template>

A. Description

Formats a labeled list item.

B. Pertinent Variables

There are no configuration variables for this template.

D. DocBook Compliance and LaTeX Notes

Applies templates within a LaTeX \item command. A comma is inserted between successive terms [2.0.9].

A LaTeX \null{} command is inserted after the \item to guard against empty listitems [2.0.9].