-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.xml
More file actions
21 lines (21 loc) · 756 Bytes
/
data.xml
File metadata and controls
21 lines (21 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version = "1.0" encoding = "utf-8"?>
<!-- planes.xml - A document that lists ads for ::you would have to handle comments too
used airplanes -->
<planes_for_sale>
<ad>
<year> 1977 </year>
<make> 43 </make>
<model> Skyhawk </model>
<color> Light blue and white </color>
<description> New paint, nearly new interior,
685 hours SMOH, full IFR King avionics </description>
<price> 23495 </price>
<seller> Skyway Aircraft </seller>
<location>
<city> Rapid City, </city>
<state> South Dakota </state>
</location>
<previous>[ 1 2 3 4 5]</previous>
<prev_string>["abhishek" "singh" "himanshu"]</prev_string>
</ad>
</planes_for_sale>