1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Common Base Template Reference</title><link rel="stylesheet" href="reference.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: ReferenceDocumentation"><link rel="up" href="index.html" title="Part2.CommonTemplateReference"><link rel="prev" href="index.html" title="Part2.CommonTemplateReference"><link rel="next" href="template.is.component.html" title="is.component"><link rel="copyright" href="copyright.html" title="License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Common Base Template Reference</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a></td><th width="60%" align="center">Part2.CommonTemplateReference</th><td width="20%" align="right"><a accesskey="n" href="template.is.component.html">Next</a></td></tr></table><hr></div><div class="reference" title="Common Base Template Reference"><div class="titlepage"><div><div><h1 class="title"><a name="base"></a>Common Base Template Reference</h1></div><div><p class="releaseinfo">
$Id: common.xsl 8274 2009-02-27 07:02:45Z bobstayton $
</p></div></div><hr></div>
<div class="partintro" title="Introduction"><div><div><div><h1 class="title"><a name="partintro"></a>Introduction</h1></div></div></div>
<p>This is technical reference documentation for the “base”
set of common templates in the DocBook XSL Stylesheets.</p>
<p>This is not intended to be user documentation. It is
provided for developers writing customization layers for the
stylesheets.</p>
<div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="refentrytitle"><a href="template.is.component.html">is.component</a></span><span class="refpurpose"> — Tests if a given node is a component-level element</span></dt><dt><span class="refentrytitle"><a href="template.is.section.html">is.section</a></span><span class="refpurpose"> — Tests if a given node is a section-level element</span></dt><dt><span class="refentrytitle"><a href="template.section.level.html">section.level</a></span><span class="refpurpose"> — Returns the hierarchical level of a section</span></dt><dt><span class="refentrytitle"><a href="template.qanda.section.level.html">qanda.section.level</a></span><span class="refpurpose"> — Returns the hierarchical level of a QandASet</span></dt><dt><span class="refentrytitle"><a href="template.select.mediaobject.html">select.mediaobject</a></span><span class="refpurpose"> — Selects and processes an appropriate media object from a list</span></dt><dt><span class="refentrytitle"><a href="template.select.mediaobject.index.html">select.mediaobject.index</a></span><span class="refpurpose"> — Selects the position of the appropriate media object from a list</span></dt><dt><span class="refentrytitle"><a href="template.is.acceptable.mediaobject.html">is.acceptable.mediaobject</a></span><span class="refpurpose"> — Returns '1' if the specified media object is recognized</span></dt><dt><span class="refentrytitle"><a href="template.check.id.unique.html">check.id.unique</a></span><span class="refpurpose"> — Warn users about references to non-unique IDs</span></dt><dt><span class="refentrytitle"><a href="template.check.idref.targets.html">check.idref.targets</a></span><span class="refpurpose"> — Warn users about incorrectly typed references</span></dt><dt><span class="refentrytitle"><a href="template.copyright.years.html">copyright.years</a></span><span class="refpurpose"> — Print a set of years with collapsed ranges</span></dt><dt><span class="refentrytitle"><a href="template.find.path.params.html">find.path.params</a></span><span class="refpurpose"> — Search in a table for the "best" match for the node</span></dt><dt><span class="refentrytitle"><a href="template.string.upper.html">string.upper</a></span><span class="refpurpose"> — Converts a string to all uppercase letters</span></dt><dt><span class="refentrytitle"><a href="template.string.lower.html">string.lower</a></span><span class="refpurpose"> — Converts a string to all lowercase letters</span></dt><dt><span class="refentrytitle"><a href="template.select.choice.separator.html">select.choice.separator</a></span><span class="refpurpose"> — Returns localized choice separator</span></dt><dt><span class="refentrytitle"><a href="template.evaluate.info.profile.html">evaluate.info.profile</a></span><span class="refpurpose"> — Evaluates an info profile</span></dt></dl></div></div>
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a></td><td width="20%" align="center"><a accesskey="u" href="index.html">Up</a></td><td width="40%" align="right"><a accesskey="n" href="template.is.component.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Part2.CommonTemplateReference</td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top">is.component</td></tr></table></div></body></html>
|