> this basically returns all links that have either or both of the rel/ > target attributes - how do I avoid duplicates?
What do you mean by "duplicates"? The same element should not be returned twice even if it matches more than one of the passed selectors. -- Sandy
