XSLT Filtering not working
Summary:
I have 2 arrays and I'm trying to apply in line mapping filter but is not working, is there a reason?
We are trying to build a "lookup" read.
Content (please ensure you mask any confidential information):
I have the first dataset:
<RecordSet xmlns="http://TargetNamespace.com/fileReference/ReadFile"
<Record>
<id>89</id>
<ordem>a</ordem>
</Record>
<Record>
<id>05</id>
<ordem>b</ordem>
</Record>
</RecordSet>
And I have the second data set:
<Recordset xmlns="http://TargetNamespace.com/fileReference/readquery">
<Record>
<segment_name>Location</segment_name>
<platinum_val>78</platinum_val>
<fusion_val>4032</fusion_val>
</Record>
<Record>
<segment_name>Location</segment_name>
<platinum_val>89</platinum_val>
Tagged:
0