Skip to content

Instantly share code, notes, and snippets.

@13protons
Created August 23, 2012 20:21
Show Gist options
  • Select an option

  • Save 13protons/3441183 to your computer and use it in GitHub Desktop.

Select an option

Save 13protons/3441183 to your computer and use it in GitHub Desktop.
Very Simple XML example
<?xml version="1.0" encoding="UTF-8" ?>
<quiz>
<question>
<text>What does 'API' stand for?</text>
<answer>API stands for Application Programming Interface.</answer>
</question>
<question>
<text>What's so good about pragmatic REST?</text>
<answer>It's focused on the api consumer, so it makes it easier for developers to contribute to your app library!</answer>
</question>
</quiz>
</xml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment