Ignore:
Timestamp:
04/29/08 14:25:55 (16 years ago)
Author:
pinsard
Message:

migration to docbook5 except biblio.xml; improvement of makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/newreferences_db.xsl

    r49 r55  
    11<?xml version="1.0" encoding="iso-8859-1"?> 
    2 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
     2<xsl:stylesheet   
     3version="1.0" 
     4xmlns:html="http://www.w3.org/1999/xhtml" 
     5xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
     6 
    37 
    48<!-- 
     
    812update : 
    913$Id$ 
     14fplod 2008-04-29T09:09:12Z aedon.locean-ipsl.upmc.fr (Darwin) 
     15chgt for dbk5 
    1016fplod 2007-04-26T11:56:32Z aedon.locean-ipsl.upmc.fr (Darwin) 
    1117creation 
     
    1319 
    1420<xsl:template name="newreferences"> 
     21 <xsl:param name="author_id"/> 
    1522 <xsl:text>&#xA;</xsl:text> 
    16  <xsl:element name="fieldset"> 
    17    <xsl:attribute name="id">field_newreferences</xsl:attribute> 
     23 <xsl:element name="html:fieldset"> 
     24   <xsl:attribute name="xml:id">field_newreferences_<xsl:value-of select="$author_id"/></xsl:attribute> 
    1825   <xsl:text>&#xA;</xsl:text> 
    19    <xsl:element name="legend"> 
     26   <xsl:element name="html:legend"> 
    2027     New references  
    2128   </xsl:element> 
    2229   <xsl:text>&#xA;</xsl:text> 
    23    <xsl:element name="textarea">  
     30   <xsl:element name="html:textarea">  
    2431     <xsl:attribute name="name">newreferences</xsl:attribute> 
    2532     <xsl:attribute name="rows">5</xsl:attribute> 
Note: See TracChangeset for help on using the changeset viewer.