Suggestions
Search:
 
Next:
Tables table.mod.xsl
Up:
SGML Tags sgmltag.mod.xsl
Reference Section

Name

sgmltag — Process sgmltag [2.0.9] elements

Synopsis

<xsl:template match="sgmltag">
<xsl:param name="class">
			<xsl:choose>
				<xsl:when test="@class">
					<xsl:value-of select="normalize-space(@class)"/>
				</xsl:when>
				<xsl:otherwise>element</xsl:otherwise>
			</xsl:choose>
		</xsl:param>
  ...
</xsl:template>

A. Description

Expresses the element using inline sequences plus any necessary punctuation. Some classes are formatted as monospace text.

B. Pertinent Variables

There are no configuration variables for this template.

D. DocBook Compliance and LaTeX Notes

Unknown classes are emitted without special formatting.

E. Samples and Tests

test_book.pdf from test_book/test.xml