Last active
March 4, 2016 21:59
-
-
Save leenattress/1ef4133d2e2b78a63e8b to your computer and use it in GitHub Desktop.
version 2
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.0" encoding="UTF-8" standalone="yes" ?> | |
<!-- | |
BLT - Bacon Lettuce and Tomato, buttered on white bread, red sauce. | |
Though there are various styles of BTL, I have chosen to place | |
the tomato sauce so that it is in direct contact with the bacon | |
and before the lettuce and tomato. Please note that tomato | |
is a *fruit*. | |
https://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/BLT_sandwich_%281%29.jpg/800px-BLT_sandwich_%281%29.jpg | |
--> | |
<sandwich> | |
<bread type="sliced" butter="true" shape="square">White bread</bread> | |
<fruit slices="3">Tomato</fruit> | |
<vegetable>Iceberg lettuce</vegetable> | |
<condiment>Tomato sauce</condiment> | |
<meat slices="4">Bacon</meat> | |
<bread type="sliced" butter="true" shape="square">White bread</bread> | |
</sandwich> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment