crossley 2003/02/18 16:15:20 Modified: src/blocks/chaperon/samples sitemap.xmap Log: Make pipeline internal-only again, following security discussion on cocoon-dev. Revision Changes Path 1.11 +5 -1 xml-cocoon2/src/blocks/chaperon/samples/sitemap.xmap Index: sitemap.xmap =================================================================== RCS file: /home/cvs/xml-cocoon2/src/blocks/chaperon/samples/sitemap.xmap,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sitemap.xmap 18 Feb 2003 12:20:55 -0000 1.10 +++ sitemap.xmap 19 Feb 2003 00:15:20 -0000 1.11 @@ -113,7 +113,11 @@ <map:pipelines> - <map:pipeline type="caching"><!-- internal-only="true">--> + <map:pipeline type="caching" internal-only="true"> + <!-- Hint: During development you could expose this pipeline, to help + with writing your grammars. Use a text grammar myapp.grm and request + the myapp.xlex and myapp.xgrm URLs and then view source. + --> <map:match pattern="*.xlex"> <map:generate src="grammars/{1}.grm"/> <map:transform type="lexer" src="grammars/grm.xlex"/>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]