source: stylesheets/lfs-nochunks.xsl@ dcf5543

multilib trunk xry111/arm64 xry111/loongarch
Last change on this file since dcf5543 was 5e423c8, checked in by Pierre Labastie <pierre.labastie@…>, 5 months ago

Change all input encodings to UTF-8

  • Property mode set to 100644
File size: 421 bytes
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2
3<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 xmlns="http://www.w3.org/1999/xhtml"
5 version="1.0">
6
7 <!-- LFS top-level no-chunk templates. -->
8 <xsl:import href="lfs-xsl/nochunks.xsl"/>
9
10 <!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
11 <xsl:param name="book-type">lfs</xsl:param>
12
13</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.