the <tag>releaseinfo</tag> element.</para>
<para>Taking all that in mind, the
- <function>get.refentry.info</function> function tries to gather
+ <function>get.refentry.metadata</function> function tries to gather
metadata from a <tag>refentry</tag> element and its ancestor
elements in an intelligent and user-configurable way. The basic
mechanism used in the XPath expressions throughout this stylesheet
<tag>refentry</tag> itself, or on its nearest ancestor.</para>
<note>
- <para>The <function>get.refentry.info</function> function is
+ <para>The <function>get.refentry.metadata</function> function is
actually just sort of a "driver" function; it calls other
functions that do the actual data collection, then returns the
data as a set.</para>
+++ /dev/null
-div.informalexample { background-color: #d5dee3;
- border-top-width: 2px;
- border-top-style: double;
- border-top-color: #d3d3d3;
- border-bottom-width: 2px;
- border-bottom-style: double;
- border-bottom-color: #d3d3d3;
- padding: 4px;
- margin: 0em;
- margin-left: 2em;
- }
-
-pre.programlisting { whitespace: pre;
- font-family: monospace;
- background-color: #d5dee3;
- border-top-width: 1px;
- border-top-style: single;
- border-top-color: #d3d3d3;
- border-bottom-width: 1px;
- border-bottom-style: single;
- border-bottom-color: #d3d3d3;
- padding: 4px;
- margin: 0em;
- }
-
-div.informalexample pre { whitespace: pre;
- font-family: monospace;
- border-top-width: 0px;
- border-bottom-width: 0px;
- padding: 0px;
- }
padding: 5px;
}
+div.informalexample { background-color: #d5dee3;
+ border-top-width: 2px;
+ border-top-style: double;
+ border-top-color: #d3d3d3;
+ border-bottom-width: 2px;
+ border-bottom-style: double;
+ border-bottom-color: #d3d3d3;
+ padding: 4px;
+ margin: 0em;
+ margin-left: 2em;
+ }
+
+pre.programlisting { whitespace: pre;
+ font-family: monospace;
+ background-color: #d5dee3;
+ border-top-width: 1px;
+ border-top-style: single;
+ border-top-color: #d3d3d3;
+ border-bottom-width: 1px;
+ border-bottom-style: single;
+ border-bottom-color: #d3d3d3;
+ padding: 4px;
+ margin: 0em;
+ }
+
+div.informalexample pre { whitespace: pre;
+ font-family: monospace;
+ border-top-width: 0px;
+ border-bottom-width: 0px;
+ padding: 0px;
+ }
<xsl:param name="refentry.separator" select="0"/>
<!-- n.b. reference pages are one directory down, so we point back up -->
-<xsl:param name="html.stylesheet" select="'../css/ref.css'"/>
+<xsl:param name="html.stylesheet" select="'../css/reference.css'"/>
+<xsl:param name="admon.graphics" select="1"></xsl:param>
+<xsl:param name="admon.textlabel" select="0"></xsl:param>
+<xsl:param name="admon.graphics.path">../images/</xsl:param>
+<xsl:param name="admon.graphics.extension" select="'.png'"></xsl:param>
+<xsl:param name="admon.style"/>
<xsl:template match="src:fragment" mode="label.markup">
<xsl:text>§</xsl:text>