let $prefix := string("QT_TRANSLATE_NOOP("QmlProjectManager::QmlApplicationWizard", "") let $suffix := concat("")", codepoints-to-string(10)) for $file in tokenize($files, string("\|")) let $doc := doc($file) for $text in ($doc/*:template/*:description, $doc/*:template/*:displayname) return fn:concat($prefix, data($text), $suffix)