Revision: | 1.3 |
Committed: | Tue Nov 14 12:26:45 2000 UTC (24 years ago) by pjm2 |
Content type: | text/xml |
Branch: | MAIN |
Changes since 1.2: | +7 -4 lines |
Log Message: | Now contains comments and another way of specifying an empty tag to see if the XMLPacketMaker can handle it all (oh and it does). Nice. |
# | User | Rev | Content |
---|---|---|---|
1 | pjm2 | 1.2 | <packet machine_name="raptor"> |
2 | pjm2 | 1.3 | <!-- this is a comment that should be ignored ;-) --> |
3 | <time>18:23</time> | ||
4 | <!-- the next line should be treated as an empty tag --> | ||
5 | <empty/> | ||
6 | pjm2 | 1.2 | <load> |
7 | pjm2 | 1.3 | <load1>0.45</load1> |
8 | <load5>0.23</load5> | ||
9 | <load10>0.67</load10> | ||
10 | pjm2 | 1.2 | </load> |
11 | </packet> |