Qt Reference Documentation

mushroomSoup.xq Example File

xmlpatterns/recipes/files/mushroomSoup.xq
 (: All ingredients for Mushroom Soup. :)
 declare variable $inputDocument external;

 doc($inputDocument)/cookbook/recipe[@xml:id = "MushroomSoup"]/ingredient/
 <p>{@name, @quantity}</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.