dion        2003/01/20 16:48:48

  Modified:    src/plugins-build/latka/src/test/latka test.latka
  Log:
  some comments
  
  Revision  Changes    Path
  1.5       +5 -0      
jakarta-turbine-maven/src/plugins-build/latka/src/test/latka/test.latka
  
  Index: test.latka
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/plugins-build/latka/src/test/latka/test.latka,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- test.latka        21 Jan 2003 00:46:53 -0000      1.4
  +++ test.latka        21 Jan 2003 00:48:48 -0000      1.5
  @@ -29,11 +29,16 @@
             </validate>
           </request>
           
  +        <!-- create a stringreader to parse the html, as parsing using
  +         !   the body of the parse tag is busted
  +         !-->
           <j:new var="fredHtml" className="java.io.StringReader">
             <j:arg value="${fred.resource}" />
           </j:new>
  +        <!-- parse the html -->
           <html:parse var="home" element="lower" attribute="lower"
             html="${fredHtml}" />
  +        <!-- grab the title of the page -->
           <j:set var="title"><x:expr select="$home/html/head/title/text()" /></j:set>
           <reportMessage message="${title}"/>
           
  
  
  

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

Reply via email to