diff options
| author | WillemDalton <willemhdalton@gmail.com> | 2025-11-11 17:51:31 -0500 |
|---|---|---|
| committer | WillemDalton <willemhdalton@gmail.com> | 2025-11-11 17:51:31 -0500 |
| commit | 7de856cbb656d8b5fa88fed62380a8d4611060a1 (patch) | |
| tree | 8e8a48593d107fb04dc70236336868cdbb32ebb4 /test.xml | |
| parent | d29548bd7d04375578361f6a75659c046a270b75 (diff) | |
| download | designproject-design-6-7de856cbb656d8b5fa88fed62380a8d4611060a1.tar.gz designproject-design-6-7de856cbb656d8b5fa88fed62380a8d4611060a1.tar.bz2 designproject-design-6-7de856cbb656d8b5fa88fed62380a8d4611060a1.zip | |
working on XML formatting
Diffstat (limited to 'test.xml')
| -rw-r--r-- | test.xml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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> |
