Xml yapım bu şekilde :

<?xml version="1.0" encoding="UTF-8"?>
<Matches>
    <Match>
        <ID>1</ID>
        <Teams>Team 1 - Team 2</Teams>
        <Score>4 - 4</Score>
    </Match>
	<Match>
        <ID>2</ID>
        <Teams>Team 3 - Team 4</Teams>
        <Score>2 - 1</Score>
    </Match>
    <Match>
        <ID>3</ID>
        <Teams>Team 5 - Team 6</Teams>
        <Score>0 - 5</Score>
    </Match>
    <Match>
        <ID>4</ID>
        <Teams>Team 7 - Team 8</Teams>
        <Score>0 - 2</Score>
    </Match>
    <Match>
        <ID>5</ID>
        <Teams>Team 9 - Team 10</Teams>
        <Score>4 - 3</Score>
    </Match>
    <Match>
        <ID>6</ID>
        <Teams>Team 11 - Team 12</Teams>
        <Score>3 - 0</Score>
    </Match>
</Matches>