You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2003/05/07 21:15:51 UTC

cvs commit: cocoon-2.1/src/webapp/samples/hello-world/style/xsl page2html.xsl

vgritsenko    2003/05/07 12:15:51

  Modified:    src/webapp/samples/hello-world/style/xsl page2html.xsl
  Log:
  Remove <content/> tag from the output.
  
  Revision  Changes    Path
  1.3       +5 -1      cocoon-2.1/src/webapp/samples/hello-world/style/xsl/page2html.xsl
  
  Index: page2html.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/hello-world/style/xsl/page2html.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- page2html.xsl	7 May 2003 04:57:13 -0000	1.2
  +++ page2html.xsl	7 May 2003 19:15:51 -0000	1.3
  @@ -22,6 +22,10 @@
      <h1><xsl:apply-templates/></h1>
     </xsl:template>
   
  +  <xsl:template match="content">
  +   <xsl:apply-templates/>
  +  </xsl:template>
  +
     <xsl:template match="para">
      <p>
       <xsl:apply-templates/>