summaryrefslogtreecommitdiff
path: root/xsd-tests/cxx/parser/test-template/test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-tests/cxx/parser/test-template/test.xml')
-rw-r--r--xsd-tests/cxx/parser/test-template/test.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/xsd-tests/cxx/parser/test-template/test.xml b/xsd-tests/cxx/parser/test-template/test.xml
new file mode 100644
index 0000000..624a80c
--- /dev/null
+++ b/xsd-tests/cxx/parser/test-template/test.xml
@@ -0,0 +1,7 @@
+<t:root xmlns:t="test"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="test test.xsd">
+
+ <a>a</a>
+
+</t:root>