Changeset 487
- Timestamp:
- 12/20/07 09:34:06 (8 months ago)
- Files:
-
- cly/trunk/doc/developers-guide.rst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cly/trunk/doc/developers-guide.rst
r484 r487 379 379 <grammar xmlns="http://swapoff.org/cly/xml"> 380 380 <node name="echo"> 381 <variable name="text" >382 <action callback="echo" pattern=".+"/>381 <variable name="text" pattern=".+"> 382 <action callback="echo"/> 383 383 </variable> 384 384 </node>
