File: mytest7.xml

package info (click to toggle)
libjibx-java 1.0.1-2
  • links: PTS
  • area: contrib
  • in suites: lenny
  • size: 15,748 kB
  • ctags: 10,069
  • sloc: java: 29,151; xml: 7,963; makefile: 14
file content (28 lines) | stat: -rw-r--r-- 574 bytes parent folder | download | duplicates (10)
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
<myelement>
  <ints>
    <int>7</int>
    <int>6</int>
    <int>5</int>
    <int>4</int>
    <int>3</int>
    <int>2</int>
    <int>1</int>
  </ints>
  <strings>
    <string>this is a test</string>
    <string>so is this</string>
    <string>this is not a test</string>
  </strings>
  <strings>
    <string>some more test</string>
    <string>testing, testing, testing</string>
    <string>to test or not to test, that is the question</string>
  </strings>
  <ints>
    <int>1</int>
    <int>2</int>
    <int>3</int>
    <int>4</int>
    <int>5</int>
  </ints>
</myelement>