File: xml-sample-format-1.xml

package info (click to toggle)
openrefine 3.9.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,440 kB
  • sloc: javascript: 106,758; java: 91,946; xml: 6,634; sh: 614; makefile: 78; python: 71; sql: 59
file content (24 lines) | stat: -rw-r--r-- 834 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version  =  "1.0"?>
<library>
            <book id="1">
                    <author>
                        <author-name>author1</author-name>
                        <author-dob>a date</author-dob>
                    </author>
                    <genre>genre1</genre>
            </book>
            <book id="2">
                    <author>
                        <author-name>author2</author-name>
                        <author-dob>a date2</author-dob>
                    </author>
                    <genre>genre2</genre>
            </book>
            <book id="3">
                    <author>
                        <author-name>author3</author-name>
                        <author-dob>a date3</author-dob>
                    </author>
                    <genre>genre3</genre>
            </book>
</library>