MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

allRecipes.xq Example File

xmlpatterns/recipes/files/allRecipes.xq
 (: Select all recipes. :)
 declare variable $inputDocument external;

 doc($inputDocument)/cookbook/recipe/<p>{string(title)}</p>