gcasper     2004/05/27 10:25:43

  Modified:    src/blocks/qdox/samples/stylesheets qdox2html.xsl
  Log:
  Fixing display of author tags
  
  Revision  Changes    Path
  1.3       +2 -2      
cocoon-2.1/src/blocks/qdox/samples/stylesheets/qdox2html.xsl
  
  Index: qdox2html.xsl
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/qdox/samples/stylesheets/qdox2html.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- qdox2html.xsl     6 Mar 2004 02:26:14 -0000       1.2
  +++ qdox2html.xsl     27 May 2004 17:25:43 -0000      1.3
  @@ -261,7 +261,7 @@
           </dt>
           <dd>
             <xsl:for-each select="jd:author">
  -            <xsl:value-of select="text()" disable-output-escaping="yes" />
  +            <xsl:value-of select="." disable-output-escaping="yes" />
               <xsl:if test="position() != last()">
                 <xsl:text>, </xsl:text>
               </xsl:if>
  
  
  

Reply via email to