source: trunk/superbib01_txt.xsl @ 51

Last change on this file since 51 was 49, checked in by pinsard, 16 years ago

improvements of .xsl files headers

  • Property svn:keywords set to Id
File size: 648 bytes
Line 
1<?xml version='1.0' encoding='ISO-8859-1'?> 
2<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 
3
4<!--
5module :
6transformation docbook en un texte
7
8update :
9$Id$
10fplod 2007-04-06T14:27:24Z zeus.locean-ipsl.upmc.fr (Linux)
11création
12-->
13
14<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
15
16<xsl:output method="text" 
17encoding="ISO-8859-1" 
18indent="yes"/>
19
20<xsl:include href="titlepage.superbib.xsl"/>
21
22<xsl:template match="*" mode="book.titlepage.mode"/>
23<xsl:param name="generate.toc">
24article nop
25</xsl:param>
26<xsl:param name="section.autolabel" select="0"/>
27
28</xsl:stylesheet> 
Note: See TracBrowser for help on using the repository browser.