summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/list/test.xml
blob: 52229db20d424039fb6abf1cdeda4c9bd45f0ab7 (plain)
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
<t:root xmlns:t="test"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="test test.xsd">

  <string-list/>

  <string-list> </string-list>

  <string-list>

  </string-list>

  <string-list>one</string-list>

  <string-list>
    one two
    three
  </string-list>

  <string-list-lang lang="en">
    one two
    three
  </string-list-lang>

</t:root>