summaryrefslogtreecommitdiff
path: root/test.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/test.xml b/test.xml
index e710b47..74e2c6a 100644
--- a/test.xml
+++ b/test.xml
@@ -1,17 +1,17 @@
<ObjectNode>
- <golfers>
+ <golfer>
<nextClubId>1</nextClubId>
<username>test</username>
<passwordHash>3556498</passwordHash>
<fullName>test</fullName>
- </golfers>
- <golfers>
+ </golfer>
+ <golfer>
<nextClubId>1</nextClubId>
<username>GUYHERE</username>
<passwordHash>3556498</passwordHash>
<fullName>GUYHERE</fullName>
- </golfers>
- <golfers>
+ </golfer>
+ <golfer>
<clubs>
<id>1</id>
<manufacture>Bobby</manufacture>
@@ -117,5 +117,5 @@
</currentHole>
<totalSwings>1</totalSwings>
</rounds>
- </golfers>
+ </golfer>
</ObjectNode>