ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/server/XMLReader/test.xml
Revision: 1.2
Committed: Tue Nov 14 12:23:17 2000 UTC (23 years, 4 months ago) by pjm2
Content type: text/xml
Branch: MAIN
Changes since 1.1: +8 -8 lines
Log Message:
Updated the test.xml file to contain slightly more realistic data ;-)

The XMLPacketMaker main method now handles attributes within XML opening
tags.  Read the comments in the file to see how these are dealt with.  Go
on, you know you want to.

File Contents

# User Rev Content
1 pjm2 1.2 <packet machine_name="raptor">
2     <something>Hahahaha!</something>
3     <load>
4     <load1>Can you</load1>
5     <load5>read this</load5>
6     <load10>yet?</load10>
7     </load>
8     </packet>