[xsl] Match to a condition in two arrays of xmls and output the result into third array of xml

Subject: [xsl] Match to a condition in two arrays of xmls and output the result into third array of xml
From: "sudheshna iyer sudheshnaiyer@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 10 Apr 2018 02:39:30 -0000
Team,

I have 2 xmls. B Each xml is having list of objects. Eg: Products xml with
multiple lines (East_Products) and West_Products. B I am looking for a xslt
which gives me all products that match my condition from both xmls
(East_Products and West_Products) and prepares a third xml with only elements
that are matched.

Can you please help me with xslt code? Thank you for your help...

Current Thread