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/09/08 16:16:26 UTC

cvs commit: cocoon-lenya/src/webapp/lenya usecase.xmap info.xmap

egli        2003/09/08 07:16:26

  Modified:    src/webapp/lenya usecase.xmap info.xmap
  Log:
  Make sure the {xhtml|html}-iso-8859-1 serializers are used to produce
  the info and use case forms so that the form data is sent correctly to
  the server.
  
  Revision  Changes    Path
  1.98      +1 -1      cocoon-lenya/src/webapp/lenya/usecase.xmap
  
  Index: usecase.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/usecase.xmap,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- usecase.xmap	5 Sep 2003 16:07:08 -0000	1.97
  +++ usecase.xmap	8 Sep 2003 14:16:25 -0000	1.98
  @@ -47,7 +47,7 @@
         <map:transform src="xslt/util/page2xhtml.xsl">
           <map:parameter name="contextprefix" value="{request:contextPath}"/>
         </map:transform>
  -      <map:serialize/>
  +      <map:serialize type="xhtml-iso-8859-1"/>
       </map:resource>
       
       <map:resource name="cms-screen-xml">
  
  
  
  1.42      +1 -1      cocoon-lenya/src/webapp/lenya/info.xmap
  
  Index: info.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/info.xmap,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- info.xmap	5 Sep 2003 14:43:16 -0000	1.41
  +++ info.xmap	8 Sep 2003 14:16:26 -0000	1.42
  @@ -216,7 +216,7 @@
               <map:parameter name="documentextension" value="{page-envelope:document-extension}"/>
               <map:parameter name="defaultlanguage" value="{page-envelope:default-language}"/>
             </map:transform>
  -          <map:serialize/>
  +          <map:serialize type="html-iso-8859-1"/>
             
             <!--
             <map:match pattern="update" type="step">
  
  
  

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