source: trunk/bibnemomaf01_html.xsl @ 2

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

initial import

File size: 1.1 KB
Line 
1<?xml version='1.0' encoding='ISO-8859-1'?> 
2<!--
3module :
4transformation docbook en un html
5
6source :
7/usr/home/fplod/incas/bibnemo/src/bibnemomaf/bibnemomaf01_html.xsl sur aedon.locean-ipsl.upmc.fr
8
9mise à jour :
10fplod 2007-03-30T09:55:19Z 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/docbook.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="css.decoration" select="0"/>
31<xsl:param name="section.autolabel" select="0"/>
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.