Last active
September 27, 2016 05:13
-
-
Save gabrielflorit/c618f26ac367fbaf91846efe73913c23 to your computer and use it in GitHub Desktop.
XML demo file used in http://stackoverflow.com/questions/39300541/reading-xml-returned-from-ajax
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" encoding="UTF-8"?> | |
<root> | |
<town> | |
<area>20000</area> | |
<population>10000</population> | |
</town> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment