Created
October 26, 2015 02:02
-
-
Save Thomas-A-Reinert/fc5906c67e4dfcdecec3 to your computer and use it in GitHub Desktop.
Alternative XML notation
This file contains hidden or 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.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