Kent Henneuse <[EMAIL PROTECTED]> writes: >I have been trying to do some tests with ExsltSets.difference() >and am a bit confused by the results.... >documentA = builder.parse(_fileA); >documentB = builder.parse(_fileB); >...
The way I read the documentation, difference() is looking for the exact same nodes, which can only be the same if they come from the same document. With no overlap among the nodes, you should get all the nodes of the first argument. .................David Marston