You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@apache.org on 2003/05/01 20:51:14 UTC

cvs commit: cocoon-2.0/src/webapp sitemap.xmap

stephan     2003/05/01 11:51:14

  Modified:    src/webapp sitemap.xmap
  Log:
  Update doctype information for the svgxml serializer.
  
  Revision  Changes    Path
  1.2       +3 -3      cocoon-2.0/src/webapp/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-2.0/src/webapp/sitemap.xmap,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sitemap.xmap	9 Mar 2003 00:05:27 -0000	1.1
  +++ sitemap.xmap	1 May 2003 18:51:14 -0000	1.2
  @@ -186,10 +186,10 @@
       <omit-xml-declaration>yes</omit-xml-declaration>
      </map:serializer>
   
  -   <map:serializer name="svgxml" mime-type="image/svg-xml"    logger="sitemap.serializer.svgxml"
  +   <map:serializer name="svgxml" mime-type="image/svg+xml"    logger="sitemap.serializer.svgxml"
                      src="org.apache.cocoon.serialization.XMLSerializer">
  -    <doctype-public>-//W3C//DTD SVG 20000303 Stylable//EN</doctype-public>
  -    <doctype-system>http://www.w3.org/TR/2000/03/WD-SVG-20000303/</doctype-system>
  +    <doctype-public>-//W3C//DTD SVG 1.0//EN</doctype-public>
  +    <doctype-system>http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd</doctype-system>
      </map:serializer>
   
      <map:serializer name="xhtml" mime-type="text/html"         logger="sitemap.serializer.xhtml"