I have 2 xml files which I need to merge together using a style sheet
...
Given the following input files:
ApplicationData.xml
Whatever data you have in here.
MetricList.xml
Whatever list you have in here.
AssessmentInput.xml
the following transformation merge.xsl applied to AssessmentInput.xml
produces the correct output of
Whatever data you have in here.
Whatever list you have in here.