source: trunk/bibnemomaf03_html.xsl @ 2

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

initial import

File size: 1.7 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/bibnemomaf03_html.xsl sur aedon.locean-ipsl.upmc.fr
8
9mise à jour :
10fplod 2007-05-04T09:05:49Z aedon.locean-ipsl.upmc.fr (Darwin)
11création à partir de bibnemomaf02_html.xsl mais user.footer.navigation
12au lieu de user.footer.content
13-->
14<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 
15
16<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>
17
18<xsl:output method="xml" 
19encoding="utf-8" 
20indent="yes" 
21omit-xml-declaration="no"
22doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" 
23doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
24
25<xsl:include href="titlepage.bibnemomaf.xsl"/>
26
27<xsl:template match="*" mode="book.titlepage.mode"/>
28<xsl:param name="generate.toc">
29article nop
30</xsl:param>
31<xsl:param name="section.autolabel" select="0"/>
32<xsl:param name="css.decoration" select="0"/>
33<xsl:param name="chunk.section.depth" select="1"/>
34<xsl:param name="use.id.as.filename" select="1"/>
35<xsl:param name="chunker.output.doctype-public">"-//W3C//DTD XHTML 1.0 Strict//EN"</xsl:param>
36<xsl:param name="chunker.output.omit-xml-declaration">no</xsl:param> 
37<xsl:param name="chunker.output.encoding">utf-8</xsl:param>
38<xsl:param name="chunker.output.indent">yes</xsl:param>
39<xsl:param name="doctype-system">"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"</xsl:param>
40
41
42<!--
43Personalisation de bas de page
44-->
45<xsl:template name="user.footer.navigation">
46  <xsl:element name="p">
47Last update : <xsl:value-of select="$makedate"/>
48  </xsl:element>
49</xsl:template>
50
51</xsl:stylesheet> 
Note: See TracBrowser for help on using the repository browser.