common.xsl revision 1c6a10274e908898347be82bc82bc7ae18c66410
db878466c5e95073429dda0bdd001f45e9486e16fielding<!-- Constants used for case translation -->
db878466c5e95073429dda0bdd001f45e9486e16fielding<xsl:variable name="lowercase" select="'abcdefghijklmnopqrstuvwxyz'" />
db878466c5e95073429dda0bdd001f45e9486e16fielding<xsl:variable name="uppercase" select="'ABCDEFGHIJKLMNOPQRSTUVWXYZ'" />
beaad6ac31022179c44d88536811e9ccd9425696nd<!-- ==================================================================== -->
beaad6ac31022179c44d88536811e9ccd9425696nd<!-- Process a documentation section -->
beaad6ac31022179c44d88536811e9ccd9425696nd<!-- ==================================================================== -->
66e48875fca2df6669dab4f2690ee36c6913c0ffnd<xsl:variable name="metafile" select="document(/*/@metafile)/metafile" />
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<!-- ==================================================================== -->
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<!-- <example> -->
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<!-- ==================================================================== -->
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<xsl:if test="not(pre)"><xsl:text>\fbox{</xsl:text></xsl:if>
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<xsl:text>\begin{minipage}{.8\textwidth}\begin{flushleft}</xsl:text>
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<xsl:if test="not(pre)"><xsl:text>{\ttfamily\small </xsl:text></xsl:if>
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<!-- ==================================================================== -->
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<!-- indentations -->
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<!-- ==================================================================== -->
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<xsl:text>\begin{list}{}{\topsep 0pt\rightmargin 0pt\leftmargin 2em}
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<!-- ==================================================================== -->
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<!-- <note> -->
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<!-- ==================================================================== -->
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<!-- ==================================================================== -->
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<!-- <directive> -->
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<!-- Inserts link to another directive, which might be in another module. -->
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<!-- References are converted into lower case. -->
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<!-- ==================================================================== -->
7e68fce3cbd2246164e045a51ecd77f9f26680ednd <xsl:if test="@type='section'"><xsl:text>\textless{}</xsl:text></xsl:if>
7e68fce3cbd2246164e045a51ecd77f9f26680ednd <xsl:value-of select="translate(.,$uppercase,$lowercase)"/>
7e68fce3cbd2246164e045a51ecd77f9f26680ednd <xsl:if test="@type='section'"><xsl:text>\textgreater{}</xsl:text></xsl:if>
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<!-- /directive -->
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<!-- ==================================================================== -->
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<!-- <module> -->
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<!-- Inserts a link to refereed module -->
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<!-- ==================================================================== -->
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<!-- /module -->
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<!-- ==================================================================== -->
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<!-- <related> -->
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<!-- ==================================================================== -->
66e48875fca2df6669dab4f2690ee36c6913c0ffnd\fbox{\begin{tabular}{rr}
7e68fce3cbd2246164e045a51ecd77f9f26680ednd\begin{minipage}[t]{.4\linewidth}
7e68fce3cbd2246164e045a51ecd77f9f26680ednd<xsl:value-of select="$messages/message[@name='relatedmodules']" />
9299f6420de1bc9f8cc870dd2ae5ee92f115089cdruggeri\end{minipage} &
9299f6420de1bc9f8cc870dd2ae5ee92f115089cdruggeri\begin{minipage}[t]{.4\linewidth}
9299f6420de1bc9f8cc870dd2ae5ee92f115089cdruggeri<xsl:value-of select="$messages/message[@name='relateddirectives']" />
66e48875fca2df6669dab4f2690ee36c6913c0ffnd\end{minipage}
7e68fce3cbd2246164e045a51ecd77f9f26680ednd\end{tabular}}