Hi,
let $html := <html xmlns="http://www.w3.org/1999/xhtml">
<head><link href="{$cssfile}" rel="stylesheet" type="text/css"/><title>Search help</title>
<script type="text/javascript" xmlns="http://www.w3.org/1999/xhtml">{app:get-google-analytics-script()/text()}</script>
</head>
<body>
<div> (…)
<div>{$result-list}</div>
</div></body></html>
return $html
let $html := <html xmlns="http://www.w3.org/1999/xhtml">
<head><link href="{$cssfile}" rel="stylesheet" type="text/css"/><title>Search help</title>
<script type="text/javascript" xmlns="http://www.w3.org/1999/xhtml">{app:get-google-analytics-script()/text()}</script>
</head>
<body>
<div> (…)
<div>{$result-list}</div>
</div></body></html>
return (feedback:analyze-user-search-and-result($keywords, $result-ids, $this-menu, $application, $carrier, $country, $lang, $model, $os), db:output($html))