Created
November 24, 2015 19:10
-
-
Save VladVin/d875caf3537013ecd621 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" standalone="yes"?> | |
<Vegetables> | |
<Potato> | |
<Name>Row 0</Name> | |
<Number>0</Number> | |
</Potato> | |
<Potato> | |
<Name>Row 1</Name> | |
<Number>1</Number> | |
</Potato> | |
<Potato> | |
<Name>Row 2</Name> | |
<Number>2</Number> | |
</Potato> | |
<Potato> | |
<Name>Row 3</Name> | |
<Number>3</Number> | |
</Potato> | |
<Potato> | |
<Name>Row 4</Name> | |
<Number>4</Number> | |
</Potato> | |
</Vegetables> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment