for
$sentence
in
//sentence
where
$sentence
[
text
()
contains
text
{
‘DNA'
,
‘oxidation'
}
]
return
<positions>ft:SOME-FUNCTION-FOR-TOKENS-POSITIONS
(
$sentence
[
text
()
contains
text
{
‘DNA'
,
‘oxidation'
}
]
)</positions>