aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/built-in/test.xml
blob: ae72e80aa64486d2ed2213682d8a3d9095fe4a13 (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
<t:root xmlns:t="test" any-simple-attr="">

  <any></any>
  <any-res x="x"><a>123</a><b>abc</b></any-res>

  <any-simple></any-simple>
  <any-simple-ext x="x"></any-simple-ext>

  <int>123</int>
  <simple-int>456</simple-int>
  <int-base x="x">789</int-base>
  <int-derived x="x" y="y">123</int-derived>

  <bin>YmFzZTY0IGJpbmFyeQ==</bin>
  <simple-bin>YmFzZTY0IGJpbmFyeQ==</simple-bin>
  <bin-base x="x">YmFzZTY0IGJpbmFyeQ==</bin-base>
  <bin-derived x="x" y="y">YmFzZTY0IGJpbmFyeQ==</bin-derived>

  <string>abc</string>
  <simple-string>def</simple-string>
  <string-base x="x">ghi</string-base>
  <string-derived x="x" y="y">jkl</string-derived>

</t:root>