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