Show
Ignore:
Timestamp:
06/10/08 09:22:39 (6 months ago)
Author:
athomas
Message:

Renamed Group node to Apply. Closes #60.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cly/trunk/doc/developers-guide.rst

    r530 r548  
    415415  <grammar xmlns="http://swapoff.org/cly/xml"> 
    416416    <node name="echo"> 
    417       <group traversals="0"> 
     417      <apply traversals="0"> 
    418418        <variable name="text"> 
    419419          <alias target="/echo/*"/> 
    420420          <action callback="echo(text)"/> 
    421421        </variable> 
    422       </group
     422      </apply
    423423    </node> 
    424424  </grammar>