source: trunk/examples/objects/xmlparser/xmlparser_1_0_out.xml @ 3471

Last change on this file since 3471 was 1560, checked in by dkearney, 15 years ago

updates to the object system, fixed up tree and xml parser objects, added some basic tests for them and adopted number object to accept xml text and configure itself from the parsed xml. added fermi3.cc example program which contains suggested interface from apps meeting.

File size: 556 bytes
Line 
1<?xml version="1.0"?>
2<run>
3    <tool>
4        <about>Press Simulate to view results.</about>
5        <command>tclsh @tool/fermi.tcl @driver</command>
6    </tool>
7    <input>
8        <number id="Ef">
9            <about>
10                <label>Fermi Level</label>
11                <description>Energy at center of distribution.</description>
12            </about>
13            <units>eV</units>
14            <min>-10eV</min>
15            <max>10eV</max>
16            <default>0eV</default>
17            <current>0eV</current>
18        </number>
19    </input>
20</run>
Note: See TracBrowser for help on using the repository browser.