FIRSTChesapeake / frc2013score

The project is on hold until a need arises.
http://www.virginiafirst.org
GNU General Public License v2.0
0 stars 0 forks source link

Create match schedule XML output #36

Closed KyleJ924 closed 11 years ago

KyleJ924 commented 11 years ago

File name should be matches.xml and should follow this output:

<?xml version="1.0" ?>
<SCHEDULE>
    <MATCHLIST>
        <MATCH>1</MATCH>
        <RED1>1</RED1>
        <RED2>2</RED2>
        <RED3>3</RED3>
        <BLUE1>4</BLUE1>
        <BLUE2>5</BLUE2>
        <BLUE3>6</BLUE3>
    </MATCHLIST>
    <MATCHLIST>
        <MATCH>2</MATCH>
        <RED1>1</RED1>
        <RED2>2</RED2>
        <RED3>3</RED3>
        <BLUE1>4</BLUE1>
        <BLUE2>5</BLUE2>
        <BLUE3>6</BLUE3>
    </MATCHLIST>
    <MATCHLIST>
        <MATCH>3</MATCH>
        <RED1>1</RED1>
        <RED2>2</RED2>
        <RED3>3</RED3>
        <BLUE1>4</BLUE1>
        <BLUE2>5</BLUE2>
        <BLUE3>6</BLUE3>
    </MATCHLIST>
</SCHEDULE>
KyleJ924 commented 11 years ago

Let's limit this to the next 20 upcoming matches.