Skip to content

Instantly share code, notes, and snippets.

@Thomas-A-Reinert
Last active October 26, 2015 00:47
Show Gist options
  • Save Thomas-A-Reinert/8a52d3523dfee57cbaaa to your computer and use it in GitHub Desktop.
Save Thomas-A-Reinert/8a52d3523dfee57cbaaa to your computer and use it in GitHub Desktop.
Closing XML-Tags
<?xml version="1.0" encoding="utf-8" ?>
<root>
<container>I´m some content of the container Tag</container>
<emptytag src="image.tif" subtitle="Closing an empty tag within the tag with a trailing slash" />
<emptytag src="image.tif" subtitle="Closing an empty tag like a container"></emptytag>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment