summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/recipes/files/allRecipes.xq
blob: 6888c3103cbcb252bd3d2bfbd4c23efd762c2348 (plain)
1
2
3
4
(: Select all recipes. :)
declare variable $inputDocument external;

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