declare namespace html = "http://www.w3.org/1999/xhtml";
declare function local:test-function($catalog as document-node()) {
XQuery example for the Rouge highlighter
List
{for $product in $catalog/items/product[@sell-by > current-date()] return
-
- {data($product/name)}
- {$product/price * (1 + $product/tax)}$
}
};