crossley    2004/04/19 19:32:29

  Modified:    src/documentation/xdocs/drafts sitemap-allowed.xmap
  Log:
  Attribute "name" is allowed on map:match and map:act to provide anchors.
  
  Revision  Changes    Path
  1.4       +2 -2      
cocoon-2.1/src/documentation/xdocs/drafts/sitemap-allowed.xmap
  
  Index: sitemap-allowed.xmap
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/drafts/sitemap-allowed.xmap,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- sitemap-allowed.xmap      6 Mar 2004 02:26:03 -0000       1.3
  +++ sitemap-allowed.xmap      20 Apr 2004 02:32:29 -0000      1.4
  @@ -140,12 +140,12 @@
   
       <map:pipeline>
         <!-- 1. matchers allow any nested components -->
  -      <map:match pattern="test-one-1">
  +      <map:match pattern="test-one-1" name="anchor-match">
           <map:generate src="one"/>
           <map:match pattern="test-one-2-nested">
             <map:transform src="two"/>
           </map:match>
  -        <map:act type="request">
  +        <map:act type="request" name="anchor-act">
             <map:transform src="three"/>
           </map:act>
           <map:select>
  
  
  

Reply via email to