diff options
Diffstat (limited to 'AppPkg/Applications/Python/Python-2.7.2/Lib/test/xmltestdata/simple.xml')
-rw-r--r-- | AppPkg/Applications/Python/Python-2.7.2/Lib/test/xmltestdata/simple.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Lib/test/xmltestdata/simple.xml b/AppPkg/Applications/Python/Python-2.7.2/Lib/test/xmltestdata/simple.xml new file mode 100644 index 0000000000..2315e7878a --- /dev/null +++ b/AppPkg/Applications/Python/Python-2.7.2/Lib/test/xmltestdata/simple.xml @@ -0,0 +1,6 @@ +<!-- comment -->
+<root>
+ <element key='value'>text</element>
+ <element>text</element>tail
+ <empty-element/>
+</root>
|