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/docbook.xsl | 232 +++++++++++++++++++++++++++++ 1 file changed, 232 insertions(+) create mode 100644 docs-xml/xslt/db2latex-xsl/xsl/docbook.xsl (limited to 'docs-xml/xslt/db2latex-xsl/xsl/docbook.xsl') diff --git a/docs-xml/xslt/db2latex-xsl/xsl/docbook.xsl b/docs-xml/xslt/db2latex-xsl/xsl/docbook.xsl new file mode 100644 index 0000000000..10892ae0c3 --- /dev/null +++ b/docs-xml/xslt/db2latex-xsl/xsl/docbook.xsl @@ -0,0 +1,232 @@ + + %xsldoc.ent; ]> + + + + + + + + $Id: docbook.xsl,v 1.14 2004/01/04 09:03:25 j-devenish Exp $ + + + &ramon; + &james; + + + 2000200120022003 + Ramon Casellas + + + &rev_2003_05; + + + DocBook Driver <filename>docbook.xsl</filename> + + + + This is the parent stylesheet. The used + modules are included here. The output encoding + is text in ISO-8859-1, indented. Parameters + may be found in + + param-common.xsl, + param-switch.xsl and + param-direct.xsl. Users + may use this stylesheets directory or may construct their own + customisation layer that uses + xsl:import. Users may also override the + default &latex; mappings. + + + + + An id XSLT key is defined for all elements, + matching their id + attribute, to work around xsltproc + bugs. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Root node + + + + This template begins the conversion of a &docbook; document to + &latex;. + + + + + &no_var; + + + + + ################################################################################ + XSLT stylesheets DocBook - LaTeX 2e + Reqs: LaTeX 2e installation common packages + ################################################################################ + RELEASE : + VERSION : + TAG : + WWW : http://db2latex.sourceforge.net + SUMMARY : http://www.sourceforge.net/projects/db2latex + AUTHOR : Ramon Casellas casellas@infres.enst.fr + AUTHOR : James Devenish j-devenish@users.sf.net + USING : + ################################################################################ + + + + + + + + + + + + SAXON 6.4.X + + + SAXON 6.2.X + + + SAXON + + + XALAN + + + XALAN + + + libxslt/xsltproc + + + XT + + + UNKNOWN + + + + + + Catches unhandled elements + + + + This template emits an XSL message when &db2latex; has no + template for an element that was encountered. + + + + + &no_var; + + + + DB2LaTeX: Need to process XPath match + [] + + [/] + + + + -- cgit