vgritsenko    02/01/11 06:39:12

  Modified:    .        changes.xml
               src/webapp sitemap.xmap
  Log:
  Change name of the wap serializer to wml in samples sitemap.
  
  Revision  Changes    Path
  1.66      +5 -1      xml-cocoon2/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/changes.xml,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- changes.xml       8 Jan 2002 10:49:46 -0000       1.65
  +++ changes.xml       11 Jan 2002 14:39:12 -0000      1.66
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes
  -  $Id: changes.xml,v 1.65 2002/01/08 10:49:46 cziegeler Exp $
  +  $Id: changes.xml,v 1.66 2002/01/11 14:39:12 vgritsenko Exp $
   -->
   
   <changes title="History of Changes">
  @@ -29,6 +29,10 @@
    </devs>
   
    <release version="@version@" date="@date@">
  +  <action dev="VG" type="update">
  +    Wap serializer renamed to wml serializer in the sitemap shipped with
  +    Cocoon, to be consistent with the names of other serializers.
  +  </action>
     <action dev="CZ" type="update">
       FilterTransformer is now Cacheable.
     </action>
  
  
  
  1.8       +3 -3      xml-cocoon2/src/webapp/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/sitemap.xmap,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- sitemap.xmap      10 Jan 2002 16:19:13 -0000      1.7
  +++ sitemap.xmap      11 Jan 2002 14:39:12 -0000      1.8
  @@ -186,7 +186,7 @@
      <map:serializer name="vrml"   mime-type="model/vrml"       
logger="sitemap.serializer.vrml"
                      src="org.apache.cocoon.serialization.TextSerializer"/>
   
  -   <map:serializer name="wap"    mime-type="text/vnd.wap.wml" 
logger="sitemap.serializer.wap"
  +   <map:serializer name="wml"    mime-type="text/vnd.wap.wml" 
logger="sitemap.serializer.wml"
                      src="org.apache.cocoon.serialization.XMLSerializer">
       <doctype-public>-//WAPFORUM//DTD WML 1.1//EN</doctype-public>
       <doctype-system>http://www.wapforum.org/DTD/wml_1.1.xml</doctype-system>
  @@ -699,7 +699,7 @@
      <map:match pattern="deli.wml">
        <map:generate src="docs/samples/hello-page.xml"/>
        <map:transform src="stylesheets/deli_test.xsl" type="xslt-deli"/>
  -     <map:serialize type="wap"/>
  +     <map:serialize type="wml"/>
      </map:match>
   
      <map:match pattern="hello.html">
  @@ -711,7 +711,7 @@
      <map:match pattern="hello.wml">
       <map:generate src="docs/samples/hello-page.xml"/>
       <map:transform src="stylesheets/page/simple-page2wml.xsl"/>
  -    <map:serialize type="wap"/>
  +    <map:serialize type="wml"/>
      </map:match>
   
      <map:match pattern="hello.vml">
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to