Skip to content

Instantly share code, notes, and snippets.

@Thomas-A-Reinert
Created October 26, 2015 02:02
Show Gist options
  • Save Thomas-A-Reinert/fc5906c67e4dfcdecec3 to your computer and use it in GitHub Desktop.
Save Thomas-A-Reinert/fc5906c67e4dfcdecec3 to your computer and use it in GitHub Desktop.
Alternative XML notation
<?xml version="1.1" encoding="utf-8" ?>
<root>
<image>
<source>bild.tif</source>
<subtitle>I am a Subtitle</subtitle>
</image>
<image source="bild.tif" subtitle="I am a Subtitle" />
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment