/trunk/lfs/stylesheets/lfs-nochunks.xsl |
---|
8,7 → 8,10 |
version="1.0"> |
<!-- We use XHTML --> |
<!-- |
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.65.1/xhtml/docbook.xsl"/> |
--> |
<xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/xhtml/docbook.xsl"/> |
<!-- Fix encoding issues with default UTF-8 output of the xhtml stylesheet --> |
<xsl:output method="html" encoding="ISO-8859-1" indent="no" /> |
/trunk/lfs/stylesheets/lfs-profile.xsl |
---|
0,0 → 1,13 |
<?xml version='1.0' encoding='ISO-8859-1'?> |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
xmlns:fo="http://www.w3.org/1999/XSL/Format" |
version="1.0"> |
<!-- |
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.65.1/profiling/profile.xsl"/> |
--> |
<xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/profiling/profile.xsl"/> |
<xsl:param name="chunker.output.encoding" select="'ISO-8859-15'"/> |
</xsl:stylesheet> |