summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/encoding/wchar/test.xml
blob: 9abb1b68e387f1d98a1824e2c537654b4359a0cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<t:root xmlns:t="test"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="test test.xsd">

  <a>abc</a>
  <a>&#x1FFF;&#xD7FF;</a>
  <a>&#x1000;&#x10FF;</a>

  <b>abc</b>
  <b>a&#x1FFF;&#xD7FF;c</b>
  <b>&#x1000;&#x10FF;bc</b>
  <b>ab&#x1000;&#x10FF;</b>

</t:root>