Do xqj Support the node function?
423679Jul 2 2004 — edited Jul 8 2004I wanna write a xquery like :
for $a in input()/article[@id="8"]/body/section
[@heading="introduction"],
$p in input()/article[@id="8"]/body/section
[. >> $a][1]
return
<HeadingOfSection>
{$p/@heading}
</HeadingOfSection>
Does XQJ support the " >> " function?