commit message from python script
This commit is contained in:
11
xml_test/xmldocument.xml
Normal file
11
xml_test/xmldocument.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--COUNTRIES is the root element-->
|
||||
<COUNTRIES>
|
||||
<country name="INDIA">
|
||||
<neighbor name="Dubai" direction="W"/>
|
||||
</country>
|
||||
<country name="Singapore">
|
||||
<neighbor name="Malaysia" direction="N"/>
|
||||
</country>
|
||||
</COUNTRIES>
|
||||
|
||||
Reference in New Issue
Block a user