Except operator in Xquery
810239Dec 29 2010 — edited Dec 29 2010Hi,
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