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/superbib01_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 
     8 
     9NAME 
     10==== 
    611transformation docbook en un html 
    712 
    8 update : 
     13EVOLUTION 
     14========= 
     15 
    916$Id$ 
    10 fplod 2007-03-30T09:55:19Z aedon.locean-ipsl.upmc.fr (Darwin) 
    11 création 
     17 
     18- fplod 2008-09-17T10:23:44Z aedon.locean-ipsl.upmc.fr (Darwin) 
     19 
     20  * add a link to project homepage at the bottom of the page 
     21 
     22- fplod 2007-03-30T09:55:19Z aedon.locean-ipsl.upmc.fr (Darwin) 
     23 
     24  * création 
    1225--> 
    1326 
    1427<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/> 
    1528 
    16 <xsl:output method="xml"  
    17 encoding="utf-8"  
    18 indent="yes"  
     29<xsl:output method="xml" 
     30encoding="utf-8" 
     31indent="yes" 
    1932omit-xml-declaration="no" 
    20 doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"  
     33doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" 
    2134doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/> 
    2235 
     
    4154 </xsl:call-template> 
    4255 
     56 <hr/> 
     57 <para> 
     58 <xsl:call-template name="back"> 
     59  <xsl:with-param name="language" select="/article/@xml:lang"/> 
     60 </xsl:call-template> 
     61 <xsl:text> </xsl:text> 
     62 <xsl:element name="a"> 
     63  <xsl:attribute name="href"> 
     64   <xsl:value-of select="document('main.xml')//d:bibliosource[@xml:id='homepage']"/> 
     65  </xsl:attribute> 
     66  <xsl:value-of select="document('main.xml')//d:keyword[@xml:id='project']"/> home page 
     67  </xsl:element> 
     68  </para> 
     69 
    4370</xsl:template> 
    4471 
    45 </xsl:stylesheet>  
     72</xsl:stylesheet> 
Note: See TracChangeset for help on using the changeset viewer.