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

6 lines
184 B
Plaintext

(: All ingredients for Mushroom Soup. :)
declare variable $inputDocument external;
doc($inputDocument)/cookbook/recipe[@xml:id = "MushroomSoup"]/ingredient/
<p>{@name, @quantity}</p>