stephan     2003/03/10 02:42:05

  Modified:    src/webapp/samples samples.xml sitemap.xmap
               src/webapp/samples/webserviceproxy sitemap.xmap
               src/webapp/samples/webserviceproxy/cocoonhive sitemap.xmap
  Log:
  Fixes some typos.
  
  Revision  Changes    Path
  1.3       +4 -4      cocoon-2.1/src/webapp/samples/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/samples.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- samples.xml       10 Mar 2003 10:23:36 -0000      1.2
  +++ samples.xml       10 Mar 2003 10:42:05 -0000      1.3
  @@ -3,16 +3,16 @@
   <samples>
   
     <group name="System Tools And Pages">
  -    <sample name="Status Page" href="status">
  +    <sample name="Status Page" href="status.html">
       Cocoon status page.
      </sample>
  -   <sample name="Clear Cache" href="clearcache">
  +   <sample name="Clear Cache" href="clearcache.html">
       Empties the Cocoon cache.
      </sample>
  -   <sample name="Clear Persistent Store" href="clearpersistentstore">
  +   <sample name="Clear Persistent Store" href="clearpersistentstore.html">
       Empties the Cocoon persistent store.
      </sample>
  -   <sample name="Request Page" href="system/request.html">
  +   <sample name="Request Page" href="request.html">
       This example shows the usage of the RequestGenerator.
      </sample>
      <sample name="Input Modules" href="modules/">
  
  
  
  1.3       +25 -24    cocoon-2.1/src/webapp/samples/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/sitemap.xmap,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sitemap.xmap      10 Mar 2003 10:23:36 -0000      1.2
  +++ sitemap.xmap      10 Mar 2003 10:42:05 -0000      1.3
  @@ -539,9 +539,32 @@
   
      <!-- ========================= Server ================================ -->
   
  -   <map:match pattern="request">
  +   <map:match pattern="status.html">
  +    <map:generate src="status" type="status"/>
  +    <map:transform src="stylesheets/system/status2html.xsl"/>
  +    <map:serialize/>
  +   </map:match>
  +
  +   <map:match pattern="clearcache.html">
  +    <map:act type="clear-cache">
  +     <map:generate src="status" type="status"/>
  +     <map:transform src="stylesheets/system/status2html.xsl"/>
  +     <map:serialize/>
  +    </map:act>
  +   </map:match>
  +
  +   <map:match pattern="clearpersistentstore.html">
  +    <map:act type="clear-persistent-store">
  +     <map:generate src="status" type="status"/>
  +     <map:transform src="stylesheets/system/status2html.xsl"/>
  +     <map:serialize/>
  +    </map:act>
  +   </map:match>
  +
  +   <map:match pattern="request.html">
       <map:generate type="request"/>
  -    <map:serialize type="xml"/>
  +    <map:transform src="stylesheets/simple-xml2html.xsl"/>
  +    <map:serialize/>
      </map:match>
   
      <map:match pattern="generror.html">
  @@ -550,28 +573,6 @@
          <map:parameter name="contextPath" value="{request:contextPath}"/>
       </map:transform>
       <map:serialize/>
  -   </map:match>
  -
  -   <map:match pattern="status">
  -    <map:generate src="status" type="status"/>
  -    <map:transform src="stylesheets/system/status2html.xsl"/>
  -    <map:serialize/>
  -   </map:match>
  -
  -   <map:match pattern="clearcache">
  -     <map:act type="clear-cache">
  -       <map:generate src="status" type="status"/>
  -       <map:transform src="stylesheets/system/status2html.xsl"/>
  -       <map:serialize/>
  -     </map:act>
  -   </map:match>
  -
  -    <map:match pattern="clearpersistentstore">
  -     <map:act type="clear-persistent-store">
  -       <map:generate src="status" type="status"/>
  -       <map:transform src="stylesheets/system/status2html.xsl"/>
  -       <map:serialize/>
  -     </map:act>
      </map:match>
   
      <map:match pattern="sites/styles/**.css">
  
  
  
  1.2       +1 -1      cocoon-2.1/src/webapp/samples/webserviceproxy/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/webserviceproxy/sitemap.xmap,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sitemap.xmap      9 Mar 2003 00:11:26 -0000       1.1
  +++ sitemap.xmap      10 Mar 2003 10:42:05 -0000      1.2
  @@ -18,7 +18,7 @@
                <map:pipeline>
                        <!-- Interactive Web Application Syndication  -->
                        <map:match pattern="*">
  -                             <map:generate type="wsproxy"
  +                             <map:generate type="proxy"
                                        
src="http://localhost:8080/cocoon/samples/xmlform/wizard?cocoon-view=xml";
                                        label="xml"/>
                                <!-- This line is temporarily hidden, due to problem 
with the InputModule -->
  
  
  
  1.2       +3 -3      
cocoon-2.1/src/webapp/samples/webserviceproxy/cocoonhive/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/webapp/samples/webserviceproxy/cocoonhive/sitemap.xmap,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sitemap.xmap      9 Mar 2003 00:11:26 -0000       1.1
  +++ sitemap.xmap      10 Mar 2003 10:42:05 -0000      1.2
  @@ -76,18 +76,18 @@
       <map:pipeline>
        
          <map:match pattern="amazon-listMania-resource">
  -             <map:generate type="wsproxy" 
src="http://xml.amazon.com/onca/xml?v=1.0&amp;t=webservices-20&amp;dev-t=D2GNXHNXXYM094&amp;ListManiaSearch=1AU8KSU46JLPD&amp;type=lite&amp;f=xml";
 label="xml"/>
  +             <map:generate type="proxy" 
src="http://xml.amazon.com/onca/xml?v=1.0&amp;t=webservices-20&amp;dev-t=D2GNXHNXXYM094&amp;ListManiaSearch=1AU8KSU46JLPD&amp;type=lite&amp;f=xml";
 label="xml"/>
                <map:transform src="amazon/listMania2xhtml.xsl"/>
                <map:serialize type="xhtml"/>
          </map:match>
          <map:match pattern="amazon-bookInfo-resource">
  -             <map:generate type="wsproxy" 
src="http://xml.amazon.com/onca/xml?v=1.0&amp;t=webservices-20&amp;dev-t=D2GNXHNXXYM094&amp;type=heavy&amp;f=xml";
 label="xml"/>
  +             <map:generate type="proxy" 
src="http://xml.amazon.com/onca/xml?v=1.0&amp;t=webservices-20&amp;dev-t=D2GNXHNXXYM094&amp;type=heavy&amp;f=xml";
 label="xml"/>
                <map:transform src="amazon/bookInfo2xhtml.xsl"/>
                <map:serialize type="xhtml"/>
          </map:match>
   
          <map:match pattern="openWiki-resource">
  -             <map:generate type="wsproxy" 
src="http://www.openwiki.com/ow.asp?xml=1"; label="xml"/>
  +             <map:generate type="proxy" src="http://www.openwiki.com/ow.asp?xml=1"; 
label="xml"/>
                <map:transform type="xalan" src="ow/xsl/ow.xsl"/>
                <map:serialize type="xml"/>
          </map:match>
  
  
  

Reply via email to