source: trunk/examples/xmlpatterns/recipes/files/preparationLessThan30.xq@ 92

Last change on this file since 92 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 271 bytes
Line 
1(: All recipes taking 10 minutes or less to prepare. :)
2declare variable $inputDocument external;
3
4doc($inputDocument)/cookbook/recipe/time[@unit = "minutes" and xs:integer(@quantity) <= 10]/
5<p>
6 {
7 concat(../title, ' (', @quantity, ' ', @unit, ')')
8 }
9</p>
Note: See TracBrowser for help on using the repository browser.