6 lines
185 B
Plaintext
6 lines
185 B
Plaintext
(: All recipes with preparation times. :)
|
|
declare variable $inputDocument external;
|
|
|
|
doc($inputDocument)/cookbook/recipe/
|
|
<recipe title="{title}" time="{time/@quantity} {time/@unit}"/>
|