source: BLFS/libs/book.xsl@ 4761b5a

experimental
Last change on this file since 4761b5a was 4761b5a, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Added template book.xsl file.
Fixed a few dependencies.

  • Property mode set to 100644
File size: 433 bytes
Line 
1<?xml version='1.0' encoding='ISO-8859-1'?>
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<!-- $Id$ -->
8
9 <!-- NOTE: the base dir (blfs-xml) must be changed to FAKEDIR on the
10 final version and set it to the proper dir via a sed in ./blfs -->
11 <xsl:import href="../blfs-xml/stylesheets/blfs-chunked.xsl"/>
12
13</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.