Changes

Jump to navigation Jump to search
1 byte added ,  19:03, 11 May 2020
'''Example 3''': The following expression returns <code>&lt;xml>hello &lt;b&gt;word&lt;/b&gt;&lt;/xml&gt;</code>:
<syntaxhighlight lang="xquery">
copy $p := <xml>hello wordworld</xml>
modify ()
return ft:mark($p[text() contains text 'word'], 'b')
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu