source: trunk/bibnemomaf01_txt.xsl @ 37

Last change on this file since 37 was 33, checked in by pinsard, 17 years ago

add Id in many headers; replace bibrefnemo.xml by biblio.xml

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