coliver     2003/05/30 09:16:02

  Modified:    src/documentation/xdocs/userdocs/flow sitemap.xml
  Log:
  Add link to sitemap docs
  
  Revision  Changes    Path
  1.8       +1 -1      cocoon-2.1/src/documentation/xdocs/userdocs/flow/sitemap.xml
  
  Index: sitemap.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/flow/sitemap.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- sitemap.xml       30 May 2003 16:06:06 -0000      1.7
  +++ sitemap.xml       30 May 2003 16:16:02 -0000      1.8
  @@ -12,7 +12,7 @@
   
     <body>
       <s1 title="Sitemap">
  -    <p>The Cocoon sitemap provides two elements to specify interactions with your 
Flowscripts.</p>
  +    <p>The Cocoon <link href="../concepts/sitemap.html">Sitemap</link> provides two 
elements to specify interactions with your Flowscripts.</p>
         <s2 title="flow">
        <p>The <code>flow</code> element defines a Flowscript interpreter for a 
sitemap. The <code>language</code> attribute specifies the target programming 
language. Currently the only supported language is <code>"JavaScript"</code>. Its 
embedded <code>script</code> elements allow you to specify the files that make up the 
flow for this sitemap. Each <code>script</code> element specifies the URI of a script 
that will be compiled and executed when this Sitemap is created. The <code>src</code> 
attribute specifies the URI of the script.</p>
         <source><![CDATA[
  
  
  

Reply via email to