summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/encoding/char/iso-8859-1/test.xml
blob: cc05f8dcb2f9fc1379649cb387c380391590f33b (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>&#xE6;</a>
  <a>&#xA2;&#xA3;&#xA4;&#xA5;</a>
  <a>&#x100;&#xAAAA;</a>

  <b>abc</b>
  <b>a&#xE2;c</b>
  <b>&#xE2;&#xF2;bc</b>

</t:root>