crossley 2004/04/14 18:17:47
Modified: src/webapp/samples/blocks sitemap.xmap Log: Fix tpyo. How did this manage to serialise to xml?
It's an internal pipeline and so the serializer is ignored. And for the tests, i.e. when I viewed the results of the pipeline in the browser, I simply did not spot the difference.
RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/blocks/sitemap.xmap,v
@@ -58,7 +58,7 @@
<map:parameter name="depth" value="2"/>
</map:generate>
<map:transform src="directory2xsamples.xsl"/>
- <map:serialize tpye="xml"/>
+ <map:serialize type="xml"/>
</map:match>
