ovidiu      02/03/21 15:30:30

  Modified:    src/scratchpad/schecoon/webapp sitemap.xmap
  Log:
  Include example2.js using <map:script> instead of loading it from
  example.js using cocoon.load().
  
  Revision  Changes    Path
  1.9       +2 -1      xml-cocoon2/src/scratchpad/schecoon/webapp/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/webapp/sitemap.xmap,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- sitemap.xmap      19 Mar 2002 09:47:36 -0000      1.8
  +++ sitemap.xmap      21 Mar 2002 23:30:30 -0000      1.9
  @@ -15,6 +15,7 @@
   
       <map:resource name="flow">
         <map:script src="example.js" language="JavaScript"/>
  +      <map:script src="example2.js" language="JavaScript"/>
       </map:resource>
   
       <map:resource name="document2html">
  @@ -99,7 +100,7 @@
         <!-- This pipeline executes continuations stored on the server -->
         <map:match pattern="kont/*">
           <map:call function="handleContinuation">
  -          <map:parameter name="kontId" value="{1}def"/>
  +          <map:parameter name="kontId" value="{1}"/>
           </map:call>
         </map:match>
   
  
  
  

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