Using xsl:if to check the value of a node
- by gary A.K.A. G4
I want to check if the node <Type> is either "Debit" or "Credit"
so that I can transform the information from just credit card information into Debit or Credit transactions.
any suggestion????