feature: Beispiele des Parsers erstellen

This commit is contained in:
2022-04-27 13:37:55 +02:00
parent 0cb06e2150
commit cda93cfed7
8 changed files with 197 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
<?xml version = "1.0" encoding = "utf-8"?>
<tutors>
<course>
<name>Android</name>
<country>India</country>
<email>contact@tutorialspoint.com</email>
<phone>123456789</phone>
</course>
<course>
<name>Java</name>
<country>India</country>
<email>contact@tutorialspoint.com</email>
<phone>123456789</phone>
</course>
<course>
<name>HTML</name>
<country>India</country>
<email>contact@tutorialspoint.com</email>
<phone>123456789</phone>
</course>
</tutors>