You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bd...@apache.org on 2005/10/26 10:10:11 UTC

svn commit: r328586 - /cocoon/branches/BRANCH_2_1_X/src/blocks/xsltal/samples/sitemap.xmap

Author: bdelacretaz
Date: Wed Oct 26 01:10:07 2005
New Revision: 328586

URL: http://svn.apache.org/viewcvs?rev=328586&view=rev
Log:
fixed serializer type for XSLTAL samples, was xml instead of html

Modified:
    cocoon/branches/BRANCH_2_1_X/src/blocks/xsltal/samples/sitemap.xmap

Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/xsltal/samples/sitemap.xmap
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/xsltal/samples/sitemap.xmap?rev=328586&r1=328585&r2=328586&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/xsltal/samples/sitemap.xmap (original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/xsltal/samples/sitemap.xmap Wed Oct 26 01:10:07 2005
@@ -54,7 +54,7 @@
       <map:match pattern="*/**.html">
         <map:generate src="content/{2}.xml"/>
         <map:transform src="cocoon:/get-tal-transform/{1}.xsl"/>
-        <map:serialize type="xml"/>
+        <map:serialize type="html"/>
       </map:match>
 
     </map:pipeline>