comparison DOCS/xml/pl/html.xsl @ 11188:6dfed0b2a300

Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
author lumag
date Mon, 20 Oct 2003 09:56:48 +0000
parents dafc5bfc6f92
children
comparison
equal deleted inserted replaced
11187:bd4a5a954644 11188:6dfed0b2a300
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 version="1.0"> 3 version="1.0">
4 4
5 <xsl:import href="../html.xsl"/> 5 <xsl:import href="../html.xsl"/>
6 <xsl:param name="chunker.output.encoding" select="'utf-8'"/> 6 <xsl:include href="html-common.xsl"/>
7 7
8 </xsl:stylesheet> 8 </xsl:stylesheet>
9
10
11
12