source:
trunk/examples/xmlpatterns/recipes/files/preparationTimes.xq@
385
Last change on this file since 385 was 2, checked in by , 16 years ago | |
---|---|
File size: 185 bytes |
Line | |
---|---|
1 | (: All recipes with preparation times. :) |
2 | declare variable $inputDocument external; |
3 | |
4 | doc($inputDocument)/cookbook/recipe/ |
5 | <recipe title="{title}" time="{time/@quantity} {time/@unit}"/> |
Note:
See TracBrowser
for help on using the repository browser.