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: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]