You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Joerg Heinicke <jo...@gmx.de> on 2004/04/15 06:45:16 UTC

Re: cvs commit: cocoon-2.1/src/webapp/samples/blocks sitemap.xmap

On 15.04.2004 03:17, crossley@apache.org wrote:
> 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>