source: trunk/bibnemomaf02_html.xsl @ 2

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

initial import

File size: 1.2 KB
Line 
1<?xml version='1.0' encoding='ISO-8859-1'?> 
2<!--
3module :
4transformation docbook en plusieurs html
5
6source :
7/usr/home/fplod/incas/bibnemo/src/bibnemomaf/bibnemomaf02_html.xsl sur aedon.locean-ipsl.upmc.fr
8
9mise à jour :
10fplod 2007-04-06T10:30:31Z aedon.locean-ipsl.upmc.fr (Darwin)
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/chunk.xsl"/>
16
17<xsl:output method="xml" 
18encoding="utf-8" 
19indent="yes" 
20omit-xml-declaration="no"
21doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" 
22doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
23
24<xsl:include href="titlepage.bibnemomaf.xsl"/>
25
26<xsl:template match="*" mode="book.titlepage.mode"/>
27<xsl:param name="generate.toc">
28article nop
29</xsl:param>
30<xsl:param name="section.autolabel" select="0"/>
31<xsl:param name="css.decoration" select="0"/>
32<xsl:param name="chunk.section.depth" select="1"/>
33<xsl:param name="use.id.as.filename" select="1"/>
34
35<!--
36Personalisation de bas de page
37-->
38<xsl:template name="user.footer.content">
39  <xsl:element name="p">
40Last update : <xsl:value-of select="$makedate"/>
41  </xsl:element>
42</xsl:template>
43
44</xsl:stylesheet> 
Note: See TracBrowser for help on using the repository browser.