6 lines
222 B
Plaintext
6 lines
222 B
Plaintext
(: All liquid ingredients form Mushroom Soup. :)
|
|
declare variable $inputDocument external;
|
|
|
|
doc($inputDocument)/cookbook/recipe[@xml:id = "MushroomSoup"]/ingredient[@unit = "milliliters"]/
|
|
<p>{@name, @quantity, @unit}</p>
|