source:
trunk/examples/xmlpatterns/recipes/files/liquidIngredientsInSoup.xq@
92
Last change on this file since 92 was 2, checked in by , 16 years ago | |
---|---|
File size: 222 bytes |
Line | |
---|---|
1 | (: All liquid ingredients form Mushroom Soup. :) |
2 | declare variable $inputDocument external; |
3 | |
4 | doc($inputDocument)/cookbook/recipe[@xml:id = "MushroomSoup"]/ingredient[@unit = "milliliters"]/ |
5 | <p>{@name, @quantity, @unit}</p> |
Note:
See TracBrowser
for help on using the repository browser.