Ignore:
Timestamp:
06/01/06 11:10:13 (18 years ago)
Author:
pinsard
Message:

add ?format=raw at the end of URL in makehtml.sh and in xsl files when files are in saxo svn repository

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/all_plots_docbook.xsl

    r79 r81  
    2727    <articleinfo> 
    2828    <authorgroup> 
    29       <author><firstname>Sébastien</firstname><surname>Masson</surname><email>smasson_at_lodyc.jussieu.fr</email></author> 
    30       <author><firstname>Françoise</firstname><surname>Pinsard</surname></author> 
     29      <author><firstname>Sébastien</firstname> <surname>Masson</surname> <email>smasson_at_lodyc.jussieu.fr</email></author> 
     30      <author><firstname>Françoise</firstname> <surname>Pinsard</surname> <email>Francoise.Pinsard_at_lodyc.jussieu.fr</email></author> 
    3131    </authorgroup> 
    3232    <keywordset> 
     
    7575        <xsl:element name="textobject"> 
    7676            <xsl:element name="phrase"> 
    77                 [plot <xsl:value-of select="$url"/>] 
     77                [plot <xsl:value-of select="substring-before($url,'?format=raw')"/>] 
    7878            </xsl:element> 
    7979        </xsl:element> 
     
    8181            <xsl:element name="para"> 
    8282            cf. <xsl:element name="ulink"> 
     83<!-- 
    8384                    <xsl:attribute name="url">firststeps.html#<xsl:value-of select="$id"/></xsl:attribute> 
    84                 <xsl:value-of select="$title"/>  
     85--> 
     86                    <xsl:attribute name="url">firststeps.html#<xsl:value-of select="concat($id,'?format=raw')"/></xsl:attribute> 
     87                <xsl:value-of select="$title"/> 
    8588                </xsl:element> 
    8689                <xsl:text>in First steps with SAXO</xsl:text> <!--++ récupérer le titre de l'article --> 
Note: See TracChangeset for help on using the changeset viewer.