tony        2003/11/17 23:12:10

  Modified:    src/webapp/samples/hello-world sitemap.xmap
  Log:
  sitemap entry for ms word 2003 xml sample
  
  Revision  Changes    Path
  1.13      +7 -1      cocoon-2.1/src/webapp/samples/hello-world/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/hello-world/sitemap.xmap,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- sitemap.xmap      29 Jul 2003 03:15:47 -0000      1.12
  +++ sitemap.xmap      18 Nov 2003 07:12:10 -0000      1.13
  @@ -120,6 +120,12 @@
       <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"/>
  +    <map:serialize type="xml"/>
  +   </map:match>
   
      <map:match pattern="hello.zip">
       <map:generate src="content/hello_zip.xml"/>
  
  
  

Reply via email to