You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2004/04/15 03:17:47 UTC

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

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?
  
  Revision  Changes    Path
  1.3       +2 -2      cocoon-2.1/src/webapp/samples/blocks/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/blocks/sitemap.xmap,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sitemap.xmap	2 Apr 2004 20:40:57 -0000	1.2
  +++ sitemap.xmap	15 Apr 2004 01:17:47 -0000	1.3
  @@ -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>
   
         <!-- ======================== Automount =============================== -->
  
  
  

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

Posted by Joerg Heinicke <jo...@gmx.de>.
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>