You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by eg...@apache.org on 2003/11/25 18:17:00 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/default parameter-doctype.xmap

egli        2003/11/25 09:17:00

  Modified:    src/webapp/lenya/pubs/default parameter-doctype.xmap
  Log:
  Use the namespace of the document-element instead of the
  document-declaration (which is removed by the addMetaData xslt). This
  fixes bug #24617.
  
  Revision  Changes    Path
  1.10      +2 -2      cocoon-lenya/src/webapp/lenya/pubs/default/parameter-doctype.xmap
  
  Index: parameter-doctype.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/parameter-doctype.xmap,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- parameter-doctype.xmap	29 Jul 2003 14:32:12 -0000	1.9
  +++ parameter-doctype.xmap	25 Nov 2003 17:17:00 -0000	1.10
  @@ -19,7 +19,7 @@
             <document-element local-name="document"/>
           </sourcetype>
           <sourcetype name="xhtml">
  -          <document-declaration public-id="-//W3C//DTD XHTML 1.0 Strict//EN" />
  +          <document-element namespace="http://www.w3.org/1999/xhtml" />
           </sourcetype>
         </map:action>
       </map:actions>
  
  
  

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