-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpokemom.xml
51 lines (51 loc) · 907 Bytes
/
pokemom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8" ?>
<pokemon>
<row>
<id> 001</id>
<typeTwo> Poison</typeTwo>
<name> Bulbasaur</name>
<type> Grass</type>
</row>
<row>
<id> 002</id>
<typeTwo> Poison</typeTwo>
<name> Ivysaur</name>
<type> Grass</type>
</row>
<row>
<id> 003</id>
<typeTwo> Poison</typeTwo>
<name> Venusaur</name>
<type> Grass</type>
</row>
<row>
<id> 006</id>
<typeTwo> Flying</typeTwo>
<name> Charizard</name>
<type> Fire</type>
</row>
<row>
<id> 012</id>
<typeTwo> Flying</typeTwo>
<name> Butterfree</name>
<type> Bug</type>
</row>
<row>
<id> 013</id>
<typeTwo> Poison</typeTwo>
<name> Weedle</name>
<type> Bug</type>
</row>
<row>
<id> 014</id>
<typeTwo> Poison</typeTwo>
<name> Kakuna</name>
<type> Bug</type>
</row>
<row>
<id> 015</id>
<typeTwo> Poison</typeTwo>
<name> Beedrill</name>
<type> Bug</type>
</row>
</pokemon>