summaryrefslogtreecommitdiffstats
path: root/test/xml-structure/attribute-1/input.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/xml-structure/attribute-1/input.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/xml-structure/attribute-1/input.xml b/test/xml-structure/attribute-1/input.xml
new file mode 100644
index 0000000..fabfeda
--- /dev/null
+++ b/test/xml-structure/attribute-1/input.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0"?>
+<root version="2.1" type="a">
+ <entry attr1="val1" attr2="val2"/>
+ <entry attr2="val2" attr3="foo"/>
+</root>