[Home] [By Thread] [By Date] [Recent Entries]
Hello I have here a nasty condition. It shall look, if there is any element that contains 'DebtManagement' (e.g. XXXXDebtManagement) and check if these elements have an attribute called 'action' with the value of 'add' or 'delete', then the condition would be true. <xsl:when test="//*[contains(name(),'DebtManagement') and (//*[contains(name(),'DebtManagement')]@action='add' or //*[contains(name(),'DebtManagement')]@action='delete')"> It failes at the position @. But why? Many Thanks, Houman
|

Cart



