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.3 by tdb, Sun Aug 1 10:39:55 2004 UTC

# Line 3 | Line 3 | Submission of host data with XML UDP packets
3   ============================================
4  
5  
6 < <<< Provisional, pjm2@ukc.ac.uk >>>
6 > <<< Provisional, pjm2@kent.ac.uk >>>
7  
8  
9   Purpose of this document
# 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
# Line 179 | Line 178 | a smaller packet size.
178   About
179   -----
180  
181 < This document was written by Paul Mutton [pjm2@ukc.ac.uk]
181 > This document was written by Paul Mutton [pjm2@kent.ac.uk]
182   for use by the team working on a 3rd year Computer Science
183   project called "i-scream". More details can be found on the
184 < project website - http://www.i-scream.org.uk
184 > project website - http://www.i-scream.org

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines