Hello experts,
I am new to XSLT, SInce I am working integration project where we have XML to XML conversion using XSLT
There is one line of code which I am not understanding
<xsl:when test="following-sibling::*[2]/CreditOrDebitTransactionType='54'"/>
Can anyone explain what this code does ,
and "CreditOrDebitTransactionType" what this does , This is not field
Thanking you in Advance