Created
May 13, 2023 20:32
-
-
Save dalelane/d5cc393d9dc8119f2d47085899382926 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<x:books xmlns:x="urn:books"> | |
<book id="bk001"> | |
<author>Writer</author> | |
<title>The First Book</title> | |
<genre>Fiction</genre> | |
<price>44.95</price> | |
<pub_date>2000-10-01</pub_date> | |
<review>An amazing story of nothing.</review> | |
</book> | |
<book id="bk002"> | |
<author>Poet</author> | |
<title>The Poet's First Poem</title> | |
<genre>Poem</genre> | |
<price>24.95</price> | |
<review>Least poetic poems.</review> | |
</book> | |
</x:books> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment