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

  <a>abc</a>
  <a>&#x555;</a>
  <a>&#xAAAA;</a>

  <b>abc</b>
  <b>a&#x555;c</b>
  <b>&#xAAAA;bc</b>

</t:root>