Revision: | 1.4 |
Committed: | Fri Nov 17 12:44:47 2000 UTC (24 years ago) by pjm2 |
Content type: | text/xml |
Branch: | MAIN |
CVS Tags: | PROJECT_COMPLETION, HEAD |
Changes since 1.3: | +1 -0 lines |
Log Message: | Altered test.xml to have a declaration of the file format. XMLPacketMaker has slightly different error handling. |
# | User | Rev | Content |
---|---|---|---|
1 | pjm2 | 1.4 | <?xml version="1.0" encoding="ISO8859-1"?> |
2 | pjm2 | 1.2 | <packet machine_name="raptor"> |
3 | pjm2 | 1.3 | <!-- this is a comment that should be ignored ;-) --> |
4 | <time>18:23</time> | ||
5 | <!-- the next line should be treated as an empty tag --> | ||
6 | <empty/> | ||
7 | pjm2 | 1.2 | <load> |
8 | pjm2 | 1.3 | <load1>0.45</load1> |
9 | <load5>0.23</load5> | ||
10 | <load10>0.67</load10> | ||
11 | pjm2 | 1.2 | </load> |
12 | </packet> |