joerg       2003/06/10 16:54:17

  Modified:    src/webapp sitemap.xmap
  Log:
  fixed XHTML 1.1 mime-type in accordance with 
http://www.w3.org/TR/2002/NOTE-xhtml-media-types-20020801/#summary
  
  Revision  Changes    Path
  1.21      +2 -2      cocoon-2.1/src/webapp/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/sitemap.xmap,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- sitemap.xmap      4 Jun 2003 22:45:37 -0000       1.20
  +++ sitemap.xmap      10 Jun 2003 23:54:17 -0000      1.21
  @@ -147,7 +147,7 @@
         
<doctype-system>http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</doctype-system>
         <encoding>UTF-8</encoding>
       </map:serializer>
  -    <map:serializer logger="sitemap.serializer.xhtml" mime-type="text/html" 
name="xhtml11" pool-grow="2" pool-max="64" pool-min="2" 
src="org.apache.cocoon.serialization.XMLSerializer">
  +    <map:serializer logger="sitemap.serializer.xhtml" 
mime-type="application/xhtml+xml" name="xhtml11" pool-grow="2" pool-max="64" 
pool-min="2" src="org.apache.cocoon.serialization.XMLSerializer">
         <doctype-public>-//W3C//DTD XHTML 1.1//EN</doctype-public>
         <doctype-system>http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd</doctype-system>
         <encoding>UTF-8</encoding>
  
  
  

Reply via email to