mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-01-05 11:37:59 +01:00
17 lines
312 B
XML
17 lines
312 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<country>
|
||
|
<name>Argentina</name>
|
||
|
<rating>5</rating>
|
||
|
<symbol>flag_argentina.png</symbol>
|
||
|
<sid>argentina</sid>
|
||
|
|
||
|
<leagues>
|
||
|
<league>argentina1</league>
|
||
|
</leagues>
|
||
|
|
||
|
<cups>
|
||
|
<cup>argentina1_apertura</cup>
|
||
|
<!-- <cup>argentina1_clausura</cup> -->
|
||
|
</cups>
|
||
|
</country>
|