source:
trunk/examples/xmlpatterns/recipes/files/allRecipes.xq@
385
Last change on this file since 385 was 2, checked in by , 16 years ago | |
---|---|
File size: 128 bytes |
Line | |
---|---|
1 | (: Select all recipes. :) |
2 | declare variable $inputDocument external; |
3 | |
4 | doc($inputDocument)/cookbook/recipe/<p>{string(title)}</p> |
Note:
See TracBrowser
for help on using the repository browser.