for $article in collection("TALISMANE-3208")//p for $ele in $article/item let $nextele:=$ele/following-sibling::item[1] where $ele/a[4]="NC" and $nextele/a[4]="ADJ" return concat($ele/a[2]/text()," ",$nextele/a[2]/text())