joerg 2004/02/07 07:17:20
Modified: src/webapp/samples/aggregation aggregate.xml Log: but I should do it correctly ... Revision Changes Path 1.2 +10 -4 cocoon-2.1/src/webapp/samples/aggregation/aggregate.xml Index: aggregate.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/aggregation/aggregate.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aggregate.xml 7 Feb 2004 15:13:26 -0000 1.1 +++ aggregate.xml 7 Feb 2004 15:17:20 -0000 1.2 @@ -3,7 +3,13 @@ <!-- CVS $Id$ --> <page xmlns:cinclude="http://apache.org/cocoon/include/1.0"> - <cinclude:include src="cocoon:/slashdot"/> - <cinclude:include src="cocoon:/moreover"/> - <cinclude:include src="cocoon:/xmlhack"/> + <slashdot> + <cinclude:include src="cocoon:/slashdot"/> + </slashdot> + <moreover> + <cinclude:include src="cocoon:/moreover"/> + </moreover> + <xmlhack> + <cinclude:include src="cocoon:/xmlhack"/> + </xmlhack> </page>
