How do we filter an xml document based on another xml document. I have to remove all the elements which are not there in the lookup xml. Both the input xml and lookup xml ha
Based on what I've done in the past when faced with similar problems I'd suggest:
It sounds (and is) ugly, but I've found this easier than trying to interpret the filter description on the fly while transforming the input.