You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2004/09/09 13:59:31 UTC

svn commit: rev 43594 - cocoon/branches/BRANCH_2_1_X/src/webapp/samples/hello-world

Author: vgritsenko
Date: Thu Sep  9 04:59:31 2004
New Revision: 43594

Modified:
   cocoon/branches/BRANCH_2_1_X/src/webapp/samples/hello-world/sitemap.xmap
Log:
web service sample supposed to return xhtml


Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/hello-world/sitemap.xmap
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/webapp/samples/hello-world/sitemap.xmap	(original)
+++ cocoon/branches/BRANCH_2_1_X/src/webapp/samples/hello-world/sitemap.xmap	Thu Sep  9 04:59:31 2004
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- CVS $Id: sitemap.xmap,v 1.14 2004/03/06 02:26:07 antonio Exp $ -->
+<!-- CVS $Id$ -->
 
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
 
@@ -48,7 +48,7 @@
      </map:transform>
      <map:serialize/>
    </map:match>
-   
+
    <map:match pattern="hello.xml">
     <map:generate src="content/hello.xml"/>
     <map:serialize type="xml"/>
@@ -103,6 +103,7 @@
 
    <map:match pattern="hello.service">
     <map:generate src="content/hello.xml"/>
+    <map:transform src="style/xsl/page2html.xsl"/>
     <map:serialize type="xml"/>
    </map:match>
 
@@ -135,7 +136,7 @@
     <map:transform src="style/xsl/page2sxd.xsl"/>
     <map:serialize type="sxd"/>
    </map:match>
-   
+
    <map:match pattern="hello-worldml.doc">
     <map:generate src="content/hello.xml"/>
     <map:transform src="style/xsl/page2wordml.xsl"/>