Files
qt4-x11/examples/xmlpatterns/recipes/files/allRecipes.xq
2025-08-24 20:55:26 +08:00

5 lines
128 B
Plaintext

(: Select all recipes. :)
declare variable $inputDocument external;
doc($inputDocument)/cookbook/recipe/<p>{string(title)}</p>