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!

Except operator in Xquery

810239Dec 29 2010 — edited Dec 29 2010
Hi,
I am new in Xquery, and i am trying to use de except operator between two XML files. I want create a new output XML file with nodes of file1 that not exists in file2... I am using OJXQI API for doing this. I tried:
"doc('"+inputFileR+"')/* except doc('"+inputFileS+"')/* ";
But the result is all nodes of file1.

Can anyone give some tips?

Best regards,
Bruno Oliveira
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 26 2011
Added on Dec 29 2010
1 comment
1,834 views