From 8f8a9f01909ba29e2b781310baeeaaddc3f15f0d Mon Sep 17 00:00:00 2001 From: "Gerald W. Carter" Date: Tue, 22 Apr 2008 10:09:40 -0500 Subject: Moving docs tree to docs-xml to make room for generated docs in the release tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14) --- docs-xml/xslt/db2latex-xsl/xsl/refentry.mod.xsl | 343 ++++++++++++++++++++++++ 1 file changed, 343 insertions(+) create mode 100644 docs-xml/xslt/db2latex-xsl/xsl/refentry.mod.xsl (limited to 'docs-xml/xslt/db2latex-xsl/xsl/refentry.mod.xsl') diff --git a/docs-xml/xslt/db2latex-xsl/xsl/refentry.mod.xsl b/docs-xml/xslt/db2latex-xsl/xsl/refentry.mod.xsl new file mode 100644 index 0000000000..98c6868564 --- /dev/null +++ b/docs-xml/xslt/db2latex-xsl/xsl/refentry.mod.xsl @@ -0,0 +1,343 @@ + + %xsldoc.ent; ]> + + + + + + + + $Id: refentry.mod.xsl,v 1.7 2004/01/14 14:54:32 j-devenish Exp $ + + + &ramon; + &james; + + + 2000200120022003 + Ramon Casellas + + + &rev_2003_05; + + + References and Entries <filename>refentry.mod.xsl</filename> + + The file refentry.mod.xsl contains + XSL templates for references. + + + + + Process reference elements + + + Invokes the mapping templates and applies content templates. + + + + &no_var; + + + + &mapping; + + + + + + + + + + + + Process refentry elements + + + Invokes the mapping templates and applies content templates. + + + + &no_var; + + + + &mapping; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Process refentry elements + + + Suppresses refentries. + + + + &no_var; + + + + + + Process refentrytitle elements + + + Format a reference entry title. + + + + &no_var; + + + + This template uses inline.charseq, + though I'm not sure if this should be changed to + a single apply-templates. + + + + + + + + + + + + + + + + Process manvolnum elements + + + Format a reference volume number. + + + + + + + + + + If is set, + this template will apply templates. Otherwise, no output + is produced. + + + + + + ( + + ) + + + + + Process refnamediv elements + + + Format a reference header. + + + + &no_var; + + + + Calls . + + + + + + + + + + + + + + Process refname elements + + + Formats a refname as a start-of-section + for a refentry. + + + + + + + + + Will commence a &LaTeX; section if necessary. + Designed to accommodate multiple refnames in + a single refentry. + The use of a comma between multiple refnames + should probably be localised. + + + + &mapping; + + + + + + \section*{ + + + + } + + + + , + + + + + Process refpurpose elements + + + Formats a refpurpose. + + + + &no_var; + + + Outputs an em dash and then applies templates. + + + + --- + + + + + Process refdescriptor elements + + + Formats a refdescriptor. + + + + &no_var; + + + Suppressed. + + + + + + + + Process refclass elements + + + Formats a refclass. + + + + &no_var; + + + Applies templates. If the role attribute is not empty, + it will be output prior to content, separated by a colon. + + + + + + : + + + + + + Process refsynopsisdiv elements + + + Formats a refsynopsisdiv as an unnumbered subsection. + + + + &no_var; + + + + + \subsection*{Synopsis} + + + + + Process refsect elements + + + Invokes the mapping templates and applies content templates. + + + + &no_var; + + + + &mapping; + + + + + + + + + + + -- cgit