summaryrefslogtreecommitdiff
path: root/xsd-tests/cxx/tree/encoding/char/utf-8/test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-tests/cxx/tree/encoding/char/utf-8/test.xml')
-rw-r--r--xsd-tests/cxx/tree/encoding/char/utf-8/test.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/xsd-tests/cxx/tree/encoding/char/utf-8/test.xml b/xsd-tests/cxx/tree/encoding/char/utf-8/test.xml
new file mode 100644
index 0000000..0d3e27a
--- /dev/null
+++ b/xsd-tests/cxx/tree/encoding/char/utf-8/test.xml
@@ -0,0 +1,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>