You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2002/11/21 07:32:34 UTC

cvs commit: xml-cocoon2/src/webapp/samples/lint sitemap.xmap

crossley    2002/11/20 22:32:34

  Modified:    src/webapp/samples/lint sitemap.xmap
  Log:
  Minor tweak.
  
  Revision  Changes    Path
  1.3       +5 -1      xml-cocoon2/src/webapp/samples/lint/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/lint/sitemap.xmap,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sitemap.xmap	22 Aug 2002 13:02:57 -0000	1.2
  +++ sitemap.xmap	21 Nov 2002 06:32:34 -0000	1.3
  @@ -78,13 +78,17 @@
       </map:pipeline>
       -->
   
  -    <!-- map:match|select without direct components are illegal
  +    <!-- map:match|select without components are illegal
       <map:pipeline>
         <map:match pattern="oops">
           <map:act type="request">
             <map:parameter name="x" value="x"/>
           </map:act>
         </map:match>
  +      <map:match pattern="ok">
  +       <map:generate src="sitemap.xmap"/>
  +      </map:match>
  +      <map:serialize/>
       </map:pipeline>
       -->
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org