diff options
Diffstat (limited to 'xsd/tests/cxx/tree/dom-association/test.xml')
-rw-r--r-- | xsd/tests/cxx/tree/dom-association/test.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xsd/tests/cxx/tree/dom-association/test.xml b/xsd/tests/cxx/tree/dom-association/test.xml new file mode 100644 index 0000000..624a80c --- /dev/null +++ b/xsd/tests/cxx/tree/dom-association/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> |