When I use an xsl
transformation and apply that to a signature, and the xsl contains an xsl:sort
directive then I get a null pointer exception.
If I take out the
xsl:sort from the xsl, then it all works fine.
Could someone please
explain if I am doing something wrong.
If I use the
same xsl with the sort command and open a xml file with that xsl, for
example in a browser, it all works fine.
It also works, if I
just create a XSLT Transform and apply the transform to the
xml.
But if I add the xsl
with the sort command to a XMLSignature and then attempt to sign, I get a
NullPointerException.
Could someone please
explain what I am doing wrong.
Thanks,
--
Sanjay