readme.xsl (8eb6fccd) readme.xsl (2f468b97)
1<?xml version="1.0" encoding="UTF-8"?>
2<!--***********************************************************
3 *
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements. See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership. The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the

--- 8 unchanged lines hidden (view full) ---

17 * KIND, either express or implied. See the License for the
18 * specific language governing permissions and limitations
19 * under the License.
20 *
21 ***********************************************************-->
22
23<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
24
1<?xml version="1.0" encoding="UTF-8"?>
2<!--***********************************************************
3 *
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements. See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership. The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the

--- 8 unchanged lines hidden (view full) ---

17 * KIND, either express or implied. See the License for the
18 * specific language governing permissions and limitations
19 * under the License.
20 *
21 ***********************************************************-->
22
23<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
24
25<!-- <xsl:output method="text" doctype-public="-//W3C//DTD HTML 3.2//EN" omit-xml-declaration="yes"/> -->
26
27 <!-- inputvariable declaration -->
25<!-- <xsl:output method="text" doctype-public="-//W3C//DTD HTML 3.2//EN" omit-xml-declaration="yes"/> -->
26
27 <!-- inputvariable declaration -->
28 <xsl:param name="os1"/>
29 <xsl:param name="gui1"/>
30 <xsl:param name="cp1"/>
31 <xsl:param name="com1"/>
32 <xsl:param name="lang1"/>
33 <xsl:param name="type"/>
34 <xsl:param name="file"/>
35 <xsl:strip-space elements="*"/>

--- 120 unchanged lines hidden (view full) ---

156 <xsl:if test="(not(name(..)='li') and (count(a) = 0))">
157 <xsl:value-of select="$lf"/>
158 <xsl:value-of select="$lf"/>
159 </xsl:if>
160 <xsl:apply-templates/>
161 </xsl:when>
162 <xsl:when test="name(.)='h1'">
163 <xsl:value-of select="$lf"/>
28 <xsl:param name="os1"/>
29 <xsl:param name="gui1"/>
30 <xsl:param name="cp1"/>
31 <xsl:param name="com1"/>
32 <xsl:param name="lang1"/>
33 <xsl:param name="type"/>
34 <xsl:param name="file"/>
35 <xsl:strip-space elements="*"/>

--- 120 unchanged lines hidden (view full) ---

156 <xsl:if test="(not(name(..)='li') and (count(a) = 0))">
157 <xsl:value-of select="$lf"/>
158 <xsl:value-of select="$lf"/>
159 </xsl:if>
160 <xsl:apply-templates/>
161 </xsl:when>
162 <xsl:when test="name(.)='h1'">
163 <xsl:value-of select="$lf"/>
164 <xsl:text>======================================================================</xsl:text>
164 <xsl:text>==================================================================</xsl:text>
165 <xsl:value-of select="$lf"/>
166 <xsl:apply-templates/>
167 <xsl:value-of select="$lf"/>
165 <xsl:value-of select="$lf"/>
166 <xsl:apply-templates/>
167 <xsl:value-of select="$lf"/>
168 <xsl:text>======================================================================</xsl:text>
168 <xsl:text>==================================================================</xsl:text>
169 <xsl:value-of select="$lf"/>
170 </xsl:when>
171 <xsl:when test="name(.)='h2'">
172 <xsl:value-of select="$lf"/>
173 <xsl:value-of select="$lf"/>
174 <xsl:text>----------------------------------------------------------------------</xsl:text>
175 <xsl:value-of select="$lf"/>
176 <xsl:apply-templates/>

--- 15 unchanged lines hidden ---
169 <xsl:value-of select="$lf"/>
170 </xsl:when>
171 <xsl:when test="name(.)='h2'">
172 <xsl:value-of select="$lf"/>
173 <xsl:value-of select="$lf"/>
174 <xsl:text>----------------------------------------------------------------------</xsl:text>
175 <xsl:value-of select="$lf"/>
176 <xsl:apply-templates/>

--- 15 unchanged lines hidden ---