summaryrefslogtreecommitdiff
path: root/test.xml
diff options
context:
space:
mode:
authorWillemDalton <willemhdalton@gmail.com>2025-11-11 17:51:31 -0500
committerWillemDalton <willemhdalton@gmail.com>2025-11-11 17:51:31 -0500
commit7de856cbb656d8b5fa88fed62380a8d4611060a1 (patch)
tree8e8a48593d107fb04dc70236336868cdbb32ebb4 /test.xml
parentd29548bd7d04375578361f6a75659c046a270b75 (diff)
downloaddesignproject-design-6-7de856cbb656d8b5fa88fed62380a8d4611060a1.tar.gz
designproject-design-6-7de856cbb656d8b5fa88fed62380a8d4611060a1.tar.bz2
designproject-design-6-7de856cbb656d8b5fa88fed62380a8d4611060a1.zip
working on XML formatting
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>