source: trunk/examples/zoo/log/tool.xml @ 3177

Last change on this file since 3177 was 72, checked in by mmc, 19 years ago

Added a bunch of XML examples to the zoo.

File size: 372 bytes
Line 
1<?xml version="1.0"?>
2<run>
3<tool>
4  <title>log</title>
5  <about>Example of Rappture &lt;log&gt; output.
6
7Each run can produce an output log--a textual record of simulation results.
8
9When you click the Simulate button, this tool will produce a single &lt;log&gt; element.
10  </about>
11  <command>
12    tclsh @tool/log.tcl @driver
13  </command>
14</tool>
15<input>
16</input>
17</run>
Note: See TracBrowser for help on using the repository browser.