Ignore:
Timestamp:
09/18/08 12:14:27 (16 years ago)
Author:
pinsard
Message:

no more NEMO reference in XSL files; project information (name and home page are in main.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/superbib02_html.xsl

    r58 r76  
    1 <?xml version='1.0' encoding='ISO-8859-1'?>  
    2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">  
     1<?xml version='1.0' encoding='ISO-8859-1'?> 
     2<xsl:stylesheet 
     3xmlns:d="http://docbook.org/ns/docbook" 
     4xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
     5version="1.0"> 
    36 
    4 <!-- 
    5 module : 
     7<!--rst 
     8NAME 
     9==== 
    610transformation docbook en plusieurs html 
    711 
    8 update : 
     12EVOLUTIONS 
     13========== 
    914$Id$ 
    10 fplod 2007-04-06T10:30:31Z aedon.locean-ipsl.upmc.fr (Darwin) 
    11 création 
     15 
     16- fplod 2008-09-17T10:23:44Z aedon.locean-ipsl.upmc.fr (Darwin) 
     17 
     18  * add a link to project homepage at the bottom of the page 
     19 
     20- fplod 2007-04-06T10:30:31Z aedon.locean-ipsl.upmc.fr (Darwin) 
     21 
     22  * création 
    1223--> 
    1324 
    1425<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/> 
    1526 
    16 <xsl:output method="xml"  
    17 encoding="utf-8"  
    18 indent="yes"  
     27<xsl:output method="xml" 
     28encoding="utf-8" 
     29indent="yes" 
    1930omit-xml-declaration="no" 
    20 doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"  
     31doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" 
    2132doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/> 
    2233 
    2334<xsl:include href="titlepage.superbib.xsl"/> 
    2435<xsl:include href="message_lang.xsl"/> 
    25  
    2636 
    2737<xsl:template match="*" mode="book.titlepage.mode"/> 
     
    4353  <xsl:with-param name="mode" select="'html'"/> 
    4454 </xsl:call-template> 
     55 <para> 
     56 <xsl:call-template name="back"> 
     57  <xsl:with-param name="language" select="/article/@xml:lang"/> 
     58 </xsl:call-template> 
     59 <xsl:text> </xsl:text> 
     60  <xsl:element name="a"> 
     61  <xsl:attribute name="href"> 
     62   <xsl:value-of select="document('main.xml')//d:bibliosource[@xml:id='homepage']"/> 
     63  </xsl:attribute> 
     64  <xsl:value-of select="document('main.xml')//d:keyword[@xml:id='project']"/> home page 
     65  </xsl:element> 
     66  </para> 
    4567</xsl:template> 
    4668 
    47 </xsl:stylesheet>  
     69</xsl:stylesheet> 
Note: See TracChangeset for help on using the changeset viewer.