ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/server/XMLReader/test.xml
(Generate patch)

Comparing experimental/server/XMLReader/test.xml (file contents):
Revision 1.2 by pjm2, Tue Nov 14 12:23:17 2000 UTC vs.
Revision 1.4 by pjm2, Fri Nov 17 12:44:47 2000 UTC

# Line 1 | Line 1
1 + <?xml version="1.0" encoding="ISO8859-1"?>
2   <packet machine_name="raptor">
3 <    <something>Hahahaha!</something>
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      <load>
8 <        <load1>Can you</load1>
9 <        <load5>read this</load5>
10 <        <load10>yet?</load10>
8 >        <load1>0.45</load1>
9 >        <load5>0.23</load5>
10 >        <load10>0.67</load10>
11      </load>
12   </packet>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines