vgritsenko    02/04/05 22:30:35

  Modified:    src/webapp sitemap.xmap
  Log:
  reference descriptor as file
  
  Revision  Changes    Path
  1.46      +2 -10     xml-cocoon2/src/webapp/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/sitemap.xmap,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- sitemap.xmap      21 Mar 2002 04:32:23 -0000      1.45
  +++ sitemap.xmap      6 Apr 2002 06:30:35 -0000       1.46
  @@ -804,14 +804,6 @@
       <map:read src="http://images.slashdot.org/topics/{1}.jpg"; 
mime-type="image/jpg"/>
      </map:match>
   
  -   <map:match pattern="news/**.gif">
  -    <map:read src="http://images.slashdot.org/topics/{1}.gif"; 
mime-type="image/gif"/>
  -   </map:match>
  -
  -   <map:match pattern="news/**.jpg">
  -    <map:read src="http://images.slashdot.org/topics/{1}.jpg"; 
mime-type="image/jpg"/>
  -   </map:match>
  -
      <map:match pattern="news/moreover.xml">
       <map:generate 
src="http://www.moreover.com/cgi-local/page?o=xml&amp;c=Developer%20news"/>
       <map:transform src="stylesheets/news/moreover.xsl"/>
  @@ -1004,7 +996,7 @@
      <!-- ========================== Forms ================================= -->
      <map:match pattern="forms/employee">
        <map:act set="employee">
  -       <map:parameter name="descriptor" 
value="context://docs/samples/forms/employee.xml"/>
  +       <map:parameter name="descriptor" value="docs/samples/forms/employee.xml"/>
          <!--
             Here an action is used. To be precise: all actions that were
             grouped together to a set named "employee". See user docs on
  @@ -1034,7 +1026,7 @@
   
      <map:match pattern="formvalidation/test">
        <map:act type="form-validator">
  -        <map:parameter name="descriptor" 
value="context:///docs/samples/formvalidation/descriptor.xml"/>
  +        <map:parameter name="descriptor" 
value="docs/samples/formvalidation/descriptor.xml"/>
           <map:parameter name="validate-set" value="car-reservation"/>
           <map:call resource="dynamic-page">
              <map:parameter name="target" value="docs/samples/formvalidation/OK"/>
  
  
  

----------------------------------------------------------------------
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