Suggestions
Search:
 
Next:
qandaset/qandaentry
Up:
QandaSet qandaset.mod.xsl
Reference Section

Name

qandaset — Process qandadiv [2.0.9] elements

Synopsis

<xsl:template match="qandaset">
<xsl:variable name="preamble" select="*[name(.) != 'title'            and name(.) != 'titleabbrev'            and name(.) != 'blockinfo'            and name(.) != 'qandadiv'            and name(.) != 'qandaentry']"/>
<xsl:variable name="label-width"/>
<xsl:variable name="table-summary"/>
<xsl:variable name="cellpadding"/>
<xsl:variable name="cellspacing"/>
<xsl:variable name="toc"/>
<xsl:variable name="toc.params"/>
<xsl:variable name="qalevel">
    		<xsl:call-template name="qanda.section.level"/>
  		</xsl:variable>
  ...
</xsl:template>

A. Description

Undocumented.