Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Do xqj Support the node function?

423679Jul 2 2004 — edited Jul 8 2004
I 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 5 2004
Added on Jul 2 2004
1 comment
2,232 views