Hello,
I am trying to group/filter a NodeSet returned from an extension function
using keys, but get no matches returned. No exceptions are thrown.
--Sample output --
<?xml version="1.0" encoding="UTF-8" ?>
<top xmlns:test="com.geac.xtrane.extensions.NodeSetTest">
<!-- Copy of NodeSet ... -->
<footag name="CONO" />
<!-- End of NodeSet copy... -->
..
</top>
-- end of output --
Example stylesheet and extension function to reproduce this are attached. I
am guessing that there is something wrong in my NodeSet creation, as
nodesets created with the Xalan library extensions work ok.
I am using Xalan 2.1.0/Xerces 1.4.0, and have reproduced this with Xalan
2.0.1.
Regards,
Rob Stanley
NodeSetTest.java
key-test.xsl