You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by th...@apache.org on 2006/03/21 17:11:26 UTC

svn commit: r387564 - /lenya/trunk/src/modules/xhtml/sitemap.xmap

Author: thorsten
Date: Tue Mar 21 08:11:24 2006
New Revision: 387564

URL: http://svn.apache.org/viewcvs?rev=387564&view=rev
Log:
Bug 39042
  [WebDAV] Identify WebDAV html documents as xhtml
  Patch submitted by Jonathan Addison
Thanks Jonathan :)

Modified:
    lenya/trunk/src/modules/xhtml/sitemap.xmap

Modified: lenya/trunk/src/modules/xhtml/sitemap.xmap
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/modules/xhtml/sitemap.xmap?rev=387564&r1=387563&r2=387564&view=diff
==============================================================================
--- lenya/trunk/src/modules/xhtml/sitemap.xmap (original)
+++ lenya/trunk/src/modules/xhtml/sitemap.xmap Tue Mar 21 08:11:24 2006
@@ -25,8 +25,9 @@
   
     <map:serializers default="xhtml"> 
       <map:serializer name="xml-get" src="org.apache.cocoon.serialization.XMLSerializer" mime-type="text/xml">
-        <encoding>utf-8</encoding>
-        <omit-xml-declaration>yes</omit-xml-declaration>
+        <doctype-public>-//W3C//DTD XHTML 1.0 Strict//EN</doctype-public>
+        <doctype-system>http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</doctype-system>
+        <encoding>UTF-8</encoding>
       </map:serializer>
     </map:serializers>
  



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org