Changeset 5635 for trunk/lib/docbook/preprocess/webclient_helptext.xsl
- Timestamp:
- May 18, 2011, 9:26:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/docbook/preprocess/webclient_helptext.xsl
r4509 r5635 23 23 <xsl:import href="../docbook/xsl/html/docbook.xsl" /> 24 24 <xsl:param name="admon.style"></xsl:param> 25 <xsl:param name="chunker.message.nofilename">0</xsl:param> 25 26 26 27 <xsl:output method="xml" doctype-system="helpfile.dtd" indent="yes" encoding="UTF-8" /> … … 28 29 <xsl:template match="/"> 29 30 <xsl:comment> 30 "Copyright (C) Authors contributing to this file.31 Copyright (C) Authors contributing to this file. 31 32 32 33 This file is part of BASE - BioArray Software Environment. Available at … … 35 36 BASE is free software; you can redistribute it and/or modify it under the terms of the 36 37 GNU General Public License as published by the Free Software Foundation; either version 37 2of the License, or (at your option) any later version.38 3 of the License, or (at your option) any later version. 38 39 39 40 BASE is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; … … 55 56 </xsl:element> 56 57 <xsl:element name="description"> 57 <xsl:apply-templates select="*"/> 58 <xsl:text disable-output-escaping="yes"><![CDATA[</xsl:text> 59 <xsl:apply-templates select="*"/> 60 <xsl:text disable-output-escaping="yes">]]></xsl:text> 58 61 </xsl:element> 59 62 </xsl:element>
Note: See TracChangeset
for help on using the changeset viewer.