Subject:Possible Bug - div changing to a slash in xpath expressions Author:Michael Shephard Date:26 May 2005 10:09 PM
We think we may have found a bug that occurs in the XSLT mapper.
In a mathematical calculation using div the string 'div' is replaced by a '/' character during saves or scenario runs (not sure of the exact behaviour yet). This is then intepreted as a parent/child relationship which of course breaks
This has occurred on two different machines with two different XSL files so should be repeatable.
The string from one of the XSL files is as follows:
<xsl:value-of select="round(a:message/a:COMMAND/a:proposePersonalLoanArrangementRequest/a:arrangement/a:term/a:value div 52)"/>
Subject:Possible Bug - div changing to a slash in xpath expressions Author:Minollo I. Date:26 May 2005 10:44 PM Originally Posted: 26 May 2005 10:45 PM
Yes, a whole testcase (including the XML) would surely help; I tried reproducing it in some example, but I couldn't make that happen.
Feel free to email me (minollo@datadirect.com) the testcase if you don't want to post it on SSDN.