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
+20
View File
@@ -0,0 +1,20 @@
<?xml version = "1.0" encoding = "utf-8"?>
<tutors>
<course>
<name>Android
<country>India
<email>contact@tutorialspoint.com
<phone>123456789
<course>
<name>Java
<country>India
<email>contact@tutorialspoint.com
<phone>123456789
<course>
<name>HTML
<country>India
<email>contact@tutorialspoint.com
<phone>123456789
<