vmote       2003/07/23 22:39:23

  Modified:    src/documentation/resources/stylesheets compliance2html.xsl
  Log:
  remove # characters from target <a> elements
  
  Revision  Changes    Path
  1.10      +2 -5      
xml-fop/src/documentation/resources/stylesheets/compliance2html.xsl
  
  Index: compliance2html.xsl
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/documentation/resources/stylesheets/compliance2html.xsl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- compliance2html.xsl       30 Jun 2003 16:23:16 -0000      1.9
  +++ compliance2html.xsl       24 Jul 2003 05:39:23 -0000      1.10
  @@ -140,7 +140,6 @@
   <xsl:template match="level-1">
     <h3>
       <xsl:variable name="target-level-1">
  -      <xsl:text>#</xsl:text>
         <xsl:value-of select="../@ref-name"/>
         <xsl:text>-</xsl:text>
         <xsl:value-of select="@ref-name"/>
  @@ -208,7 +207,6 @@
     <tr>
       <td colspan="6" class="category">
         <xsl:variable name="target-level-2">
  -        <xsl:text>#</xsl:text>
           <xsl:value-of select="../../@ref-name"/>
           <xsl:text>-</xsl:text>
           <xsl:value-of select="../@ref-name"/>
  @@ -243,7 +241,6 @@
     <tr>
       <td>
         <xsl:variable name="target-name">
  -        <xsl:text>#</xsl:text>
           <xsl:value-of select="../../../@ref-name"/>
           <xsl:text>-</xsl:text>
           <xsl:value-of select="../../@ref-name"/>
  
  
  

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

Reply via email to