diff options
| author | ryo <ryo@repack.top> | 2026-03-09 18:48:24 +0000 |
|---|---|---|
| committer | ryo <ryo@repack.top> | 2026-03-09 18:48:24 +0000 |
| commit | 01bd6113aa1a6d58a8d7d003b9ffdc49720951f3 (patch) | |
| tree | 85c5f07ed071889eab17f14acbaee43bafc23519 /test.xml | |
Diffstat (limited to 'test.xml')
| -rw-r--r-- | test.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/test.xml b/test.xml new file mode 100644 index 0000000..4a06a53 --- /dev/null +++ b/test.xml @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<library> + <uuid>550e8400-e29b-41d4-a716-446655440000</uuid> + <title>Main Library</title> + <books> + <book> + <id>1</id> + <title>The Great Gatsby</title> + <author>F. Scott Fitzgerald</author> + <publication_year>1925</publication_year> + </book> + <book> + <id>2</id> + <title>To Kill a Mockingbird</title> + <author>Harper Lee</author> + <publication_year>1960</publication_year> + </book> + </books> + <address> + <street>123 Library Lane</street> + <city>Booktown</city> + <zip>90210</zip> + </address> +</library> |