|
Revision 6372, 0.9 KB
(checked in by jgaeddert, 5 years ago)
|
|
removing additional DOCTYPE tag in xml files
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <!DOCTYPE properties SYSTEM "../dtd/properties.dtd"> |
|---|
| 3 | <!--Created with OSSIE WaveDev Beta Version 0.6.2--> |
|---|
| 4 | <!--Powered by Python--> |
|---|
| 5 | <properties> |
|---|
| 6 | <simple id="DCE:f8684c9c-d4d5-11dc-b8da-00123f573a7f" mode="readonly" name="number_of_trials" type="short"> |
|---|
| 7 | <value>10</value> |
|---|
| 8 | <description>execute this many times to get a good set of averages</description> |
|---|
| 9 | <kind kindtype="configure"/> |
|---|
| 10 | </simple> |
|---|
| 11 | <simplesequence id="DCE:0b1835d2-d4d6-11dc-96f3-00123f573a7f" mode="readonly" name="packet_lengths" type="short"> |
|---|
| 12 | <values> |
|---|
| 13 | <value>0</value> |
|---|
| 14 | <value>1</value> |
|---|
| 15 | <value>2</value> |
|---|
| 16 | <value>128</value> |
|---|
| 17 | <value>1024</value> |
|---|
| 18 | </values> |
|---|
| 19 | <description>packet lengths that I want to send</description> |
|---|
| 20 | <kind kindtype="configure"/> |
|---|
| 21 | </simplesequence> |
|---|
| 22 | </properties> |
|---|