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 |