libjava/ChangeLog:
[official-gcc.git] / libjava / classpath / tools / resource / gnu / classpath / tools / gjdoc / doctranslets / gjdoc_common.xsl
blob2b5aec1053d82a1db7960ab134209ddc225f1521
1 <?xml version="1.0" encoding="utf-8"?>
3 <!-- gjdoc_common.xsl
4 Copyright (C) 2003 Free Software Foundation, Inc.
6 This file is part of GNU Classpath.
8 GNU Classpath is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2, or (at your option)
11 any later version.
13 GNU Classpath is distributed in the hope that it will be useful, but
14 WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with GNU Classpath; see the file COPYING. If not, write to the
20 Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
21 02111-1307 USA.
22 -->
24 <!-- Common templates for HTML generation.
25 -->
27 <xsl:stylesheet version="1.0"
28 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
29 xmlns:gjdoc="http://www.gnu.org/software/cp-tools/gjdocxml"
30 xmlns:html="http://www.w3.org/TR/REC-html40"
31 xmlns="http://www.w3.org/TR/REC-html40">
33 <xsl:param name="gjdoc.outputfile.info" select="''"/>
34 <xsl:param name="gjdoc.refdocs1" select="''"/>
35 <xsl:param name="gjdoc.pathtoroot" select="''"/>
36 <xsl:param name="gjdoc.xmldoclet.version" select="''"/>
37 <xsl:param name="gjdoc.allowimages" select="0"/>
38 <xsl:param name="gjdoc.option.nonavbar" select="''"/>
39 <xsl:param name="gjdoc.option.noindex" select="''"/>
40 <xsl:param name="gjdoc.option.notree" select="''"/>
41 <xsl:param name="gjdoc.option.nohelp" select="''"/>
42 <xsl:param name="gjdoc.option.nocomment" select="''"/>
43 <xsl:param name="gjdoc.option.splitindex" select="''"/>
44 <xsl:param name="gjdoc.option.linksource" select="''"/>
45 <xsl:param name="gjdoc.option.windowtitle" select="''"/>
46 <xsl:param name="gjdoc.option.helpfile" select="''"/>
47 <xsl:param name="gjdoc.option.stylesheetfile" select="''"/>
48 <xsl:param name="gjdoc.option.header" select="''"/>
49 <xsl:param name="gjdoc.option.footer" select="''"/>
50 <xsl:param name="gjdoc.option.bottom" select="''"/>
51 <xsl:param name="gjdoc.option.doctitle" select="''"/>
52 <xsl:param name="gjdoc.option.nodeprecatedlist" select="''"/>
53 <xsl:param name="gjdoc.option.uses" select="''"/>
54 </xsl:stylesheet>