-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathsample_xml.xml
More file actions
33 lines (33 loc) · 884 Bytes
/
sample_xml.xml
File metadata and controls
33 lines (33 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<records attr="sample xml records">
<record name="rec_1">
<sub_element>
<detail1>Attribute 1</detail1>
<detail2>2</detail2>
</sub_element>
<sub_element_with_attr attr="complex">
Sub_Element_Text
</sub_element_with_attr>
<sub_element_only_attr attr_val="only_attr"/>
</record>
<record name="rec_2">
<sub_element>
<detail1>Attribute 1</detail1>
<detail2>2</detail2>
</sub_element>
<sub_element_with_attr attr="complex">
Sub_Element_Text
</sub_element_with_attr>
<sub_element_only_attr attr_val="only_attr"/>
</record>
<record name="rec_3">
<sub_element>
<detail1>Attribute 1</detail1>
<detail2>2</detail2>
</sub_element>
<sub_element_with_attr attr="complex">
Sub_Element_Text
</sub_element_with_attr>
<sub_element_only_attr attr_val="only_attr"/>
</record>
</records>