You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2002/03/14 00:56:49 UTC

cvs commit: jakarta-turbine-maven/xdocs/stylesheets index.dvsl

jvanzyl     02/03/13 15:56:49

  Modified:    xdocs/stylesheets index.dvsl
  Log:
  We just need to grab the node now. CDATA blocks are handled.
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-turbine-maven/xdocs/stylesheets/index.dvsl
  
  Index: index.dvsl
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/stylesheets/index.dvsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.dvsl	1 Mar 2002 11:37:41 -0000	1.2
  +++ index.dvsl	13 Mar 2002 23:56:49 -0000	1.3
  @@ -2,7 +2,7 @@
   
     front page generator
   
  -  version : $Id: index.dvsl,v 1.2 2002/03/01 11:37:41 kaz Exp $
  +  version : $Id: index.dvsl,v 1.3 2002/03/13 23:56:49 jvanzyl Exp $
   -->
   
   #match ("project")
  @@ -16,7 +16,7 @@
     <body>
       <section name="$node.valueOf('id')">
         <p>
  -        $node.copy($node.get('description').children())
  +        $node.valueOf('description')
         </p>
       </section>
     </body>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>