stephan 2003/03/27 08:20:59
Modified: src/blocks/chaperon/samples sitemap.xmap
Log:
Revert recent changes, which shouldn't be commited.
Revision Changes Path
1.7 +2 -2 cocoon-2.1/src/blocks/chaperon/samples/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/blocks/chaperon/samples/sitemap.xmap,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sitemap.xmap 27 Mar 2003 16:17:51 -0000 1.6
+++ sitemap.xmap 27 Mar 2003 16:20:59 -0000 1.7
@@ -49,7 +49,7 @@
src="org.apache.cocoon.transformation.ParserTransformer"
logger="sitemap.transformer.parser">
<parameter name="flatten" value="true"/>
-<!-- <parameter name="ignoring" value="true"/>-->
+ <parameter name="ignoring" value="true"/>
</map:transformer>
</map:transformers>
@@ -121,7 +121,7 @@
<map:pipelines>
- <map:pipeline type="caching">
+ <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.