Qt Reference Documentation

allRecipes.xq Example File

xmlpatterns/recipes/files/allRecipes.xq
 (: Select all recipes. :)
 declare variable $inputDocument external;

 doc($inputDocument)/cookbook/recipe/<p>{string(title)}</p>
X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.