-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.xml
More file actions
19 lines (19 loc) · 815 Bytes
/
example.xml
File metadata and controls
19 lines (19 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<catalog>
<book id="bk101">
<author>Gambardella, Matthew</author>
<title>XML Developer Guide</title>
<genre>Computer</genre>
<price>44.95</price>
<publish_date>Tue, 06 Oct 2009 15:21:48 +0000</publish_date>
<description>An in-depth look at creating applications with XML.</description>
</book>
<book id="bk112">
<author>Galos, Mike</author>
<title>Visual Studio 7: A Comprehensive Guide</title>
<genre>Computer</genre>
<price>49.95</price>
<publish_date>Mon, 28 Sep 2009 15:33:15 +0000</publish_date>
<description>Microsoft Visual Studio 7 is explored in depth, looking at how Visual Basic, Visual C++, C#, and ASP+ are integrated into a comprehensive development environment.</description>
</book>
</catalog>