feature: Beispiele des Parsers erstellen
This commit is contained in:
@@ -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
|
||||
<
|
||||
Reference in New Issue
Block a user