commit message from python script

This commit is contained in:
2023-04-26 20:00:01 +02:00
parent 446c080d2a
commit a0475b87a9
6 changed files with 155 additions and 0 deletions

11
xml_test/xmldocument.xml Normal file
View 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>