hlship      2003/08/11 10:58:04

  Modified:    hivemind/src/xsl hivemind.xsl
  Log:
  Fix error in raw XML -> formatted HTML conversion that prevented nested elements 
from appearing in the output.
  
  Revision  Changes    Path
  1.13      +2 -2      jakarta-commons-sandbox/hivemind/src/xsl/hivemind.xsl
  
  Index: hivemind.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/src/xsl/hivemind.xsl,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- hivemind.xsl      1 Aug 2003 19:43:16 -0000       1.12
  +++ hivemind.xsl      11 Aug 2003 17:58:04 -0000      1.13
  @@ -484,7 +484,7 @@
                        <xsl:when test="*">
                                <span class="tag">&gt;</span>   
                                <ul>
  -                                     <xsl:apply-templates/>  
  +                                     <xsl:apply-templates mode="raw"/>       
                                </ul>
                                <span class="tag">&lt;/<xsl:value-of 
select="name()"/>&gt;</span>
                        </xsl:when>     
  
  
  

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

Reply via email to