summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/encoding/char/utf-8/test.xml
blob: a6e5d99c6c985a99b3690058af3f289831802762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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>
  <a>&#xAAAAA;</a>

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

</t:root>