source: trunk/superbibmany02_html.xsl @ 53

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

improvements of .xsl files headers

  • Property svn:keywords set to Id
File size: 1.3 KB
Line 
1<?xml version='1.0' encoding='ISO-8859-1'?> 
2<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 
3
4<!--
5module :
6transformation docbook en plusieurs html avec formulaire
7
8update :
9$Id$
10fplod 2007-04-06T10:30:31Z aedon.locean-ipsl.upmc.fr (Darwin)
11création
12-->
13
14<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>
15
16<xsl:include href="titlepage.superbib.xsl"/>
17<xsl:include href="form_html.xsl"/>
18
19<xsl:template match="*" mode="book.titlepage.mode"/>
20<xsl:param name="generate.toc">
21article nop
22</xsl:param>
23<xsl:param name="section.autolabel" select="0"/>
24<xsl:param name="css.decoration" select="0"/>
25<xsl:param name="chunk.section.depth" select="1"/>
26<xsl:param name="use.id.as.filename" select="1"/>
27<xsl:param name="chunker.output.doctype-public">"-//W3C//DTD XHTML 1.0 Strict//EN"</xsl:param>
28<xsl:param name="chunker.output.omit-xml-declaration">yes</xsl:param> <!-- parce que .php -->
29<xsl:param name="chunker.output.encoding">utf-8</xsl:param>
30<xsl:param name="chunker.output.indent">yes</xsl:param>
31<xsl:param name="doctype-system">"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"</xsl:param>
32
33<!--
34Personalisation de bas de page
35-->
36<xsl:template name="user.footer.navigation">
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.