Hi,
I’ve got a problem with the NotesXSLTransformer class.
To test and develop my xsl stylesheets I’m using the Rational Application Developer (RAD). If I’m using the xsl:sort element in the RAD everthing is ok. If I’m using the same stylesheet and the same xml input document with the NotesXSLTransformer class the sorting is false.
Correct sorting in RAD:
AllerleiRauh
ARGE
Incorrect sorting using NotesXSLTransformer class:
ARGE
AllereiRauh
Thanks
Tobias