Upload sample.xml
Browse files- sample.xml +7 -0
sample.xml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
+
- <note>
|
| 3 |
+
<to>Tove</to>
|
| 4 |
+
<from>Jani</from>
|
| 5 |
+
<heading>Reminder</heading>
|
| 6 |
+
<body>Don't forget me this weekend!</body>
|
| 7 |
+
</note>
|