source: trunk/bibnemomaf02_html.xsl @ 33

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

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

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