I'm trying to create a key in one document that I can check against other files. I believe I'm getting stuck somewhere in the context node of the current file with the key.
The XSL is set to FileA.xml. It's creating a variable to FileB.xml - There are three students on FileA, and only one on FileB.
That one student in FileB is also in FileA.
I'm therefore expecting the result of:
Match Count: 1
However, no counts are coming back. The failure in the xslt occurs when I apply the key fuction into the select. Can someone assist? The three files are attached. Key.xsl XSL associated with FileA
FileA.xml XML Associated with Key.xsl
FileB.xml File that I would like key to lookup
|