Skip to content

Instantly share code, notes, and snippets.

@mogetutu
Created October 11, 2013 13:40
Show Gist options
  • Save mogetutu/6934849 to your computer and use it in GitHub Desktop.
Save mogetutu/6934849 to your computer and use it in GitHub Desktop.
Xml formatting for nick
<?xml version="1.0" encoding="ISO-8859-1"?>
<email>
<to>Nico</to>
<from>Nigga</from>
<subject>Reminder</subject>
<body>Nigga try express yourself better, kisungu ngumu</body>
</email>
<!-- this is simple formatting of the xml syntax -->
<root>
<child>
<subchild>.....</subchild>
</child>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment