mirror of https://github.com/tstellar/bygfoot.git
19 lines
349 B
XML
19 lines
349 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<country>
|
||
|
<name>china</name>
|
||
|
<rating>9</rating>
|
||
|
<symbol>flag_china.png</symbol>
|
||
|
<sid>china</sid>
|
||
|
|
||
|
<leagues>
|
||
|
<league>china1</league>
|
||
|
<league>china2</league>
|
||
|
<league>china3a</league>
|
||
|
<league>china3b</league>
|
||
|
</leagues>
|
||
|
|
||
|
<cups>
|
||
|
<cup>china_champ_league</cup>
|
||
|
</cups>
|
||
|
</country>
|