Skip to content

Instantly share code, notes, and snippets.

@ethangardner
Created June 28, 2011 23:44
Show Gist options
  • Save ethangardner/1052521 to your computer and use it in GitHub Desktop.
Save ethangardner/1052521 to your computer and use it in GitHub Desktop.
XSL Restaurant Menu 1
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="menu.xsl"?>
<menu>
<section name="Appetizers">
<summary>Start your meal with something hot and fresh</summary>
<item>
<title>Appetizer Title 1</title>
<description>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.</description>
<price>7</price>
<img></img>
<options></options>
<category></category>
</item>
<!-- more items -->
</section>
<!-- more sections -->
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment