source: trunk/bibnemomaf01_txt.xsl @ 8

Last change on this file since 8 was 2, checked in by smasson, 17 years ago

initial import

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