source: trunk/superbibmany01_html.xsl @ 46

Last change on this file since 46 was 40, checked in by pinsard, 17 years ago

replacing bibnemomaf by product name

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