twl         01/11/18 22:32:25

  Modified:    newstyle/stylesheets document2html.xsl
  Log:
  fix to link in documents/faqs, etc
  
  Revision  Changes    Path
  1.3       +3 -2      xml-site/newstyle/stylesheets/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-site/newstyle/stylesheets/document2html.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- document2html.xsl 2001/11/12 19:30:16     1.2
  +++ document2html.xsl 2001/11/19 06:32:25     1.3
  @@ -264,8 +264,9 @@
     <img src="[EMAIL PROTECTED]" alt="[EMAIL PROTECTED]" class="{name(.)}"/>
    </xsl:template>
   
  - <xsl:template match="document">
  -   <xsl:apply-templates/>
  + <xsl:template match="document|faqs|changes|group">
  +    <tr><td/><td><a href="[EMAIL PROTECTED]"><xsl:value-of 
select="@label"/></a></td></tr>
  +<!--   <xsl:apply-templates/> -->
    </xsl:template>
   <!-- ====================================================================== 
-->
   <!-- links section -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to