Cooking with Maypole, Part 1
By Simon Cozens, April 01, 2004
Wouldn't it be nice if there were a decent, extensible web application framework like Java's Struts? Well, there are one or two: OpenInteract and OpenFrame, to start with. But in this article, and its follow-up next month, I'd like to talk about a new one: Maypole
April, 2004:
<recipeml version="0.5">
<recipe>
<head>
<title>Aioli</title>
<categories>
<cat>Salads</cat> <cat>Condiment</cat> <cat>Classic</cat>
</categories>
</head>
<ingredients>
<ing>
<amt> <qty>2</qty> <unit/></amt> <item>Cloves garlic</item>
</ing>
<ing>
<amt> <qty>1/2</qty> <unit>cups</unit></amt>
<item>Mayonnaise</item>
</ing>
</ingredients>
<directions>
<step> Mash garlic to a paste with salt and stir into mayonnaise.
</step>
</directions>
</recipe>
</recipeml>
Example 1: A RecipeML recipe.