ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/documentation/specification/xml_via_udp.txt
(Generate patch)

Comparing projects/cms/documentation/specification/xml_via_udp.txt (file contents):
Revision 1.1 by pjm2, Tue Nov 14 20:07:59 2000 UTC vs.
Revision 1.2 by pjm2, Sat Nov 25 13:22:18 2000 UTC

# Line 164 | Line 164 | Taking the above into account, this means that the fin
164   XML example above may be turned into the following without
165   losing any information: -
166  
167 <    <packet><machine_name>raptor</machine_name>
168 <    <ip>aaa.bbb.ccc.ddd</ip><freespace><drive1>
169 <    23677</drive1><drive2>23534</drive2><drive3
170 <    >10390</drive3></freespace></packet>
167 >    <packet machine_name="raptor" ip="aaa.bbb.ccc.ddd"
168 >    ><freespace><drive1>23677</drive1><drive2>23534</d
169 >    rive2><drive3>10390</drive3></freespace></packet>
170  
171   Notice how all unnecessary 'white space' and linefeeds have
172   been removed.  The comment has also been removed.  Values

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines