|
|
- <xsl:value-of select='concat(" and ( not(@xpath_value='",@xpath_value,"' ) or ( ",@xpath_value,"/text() and not(",@xpath_value,"/text()='0') ) or ",@xpath_value,"/@xpath ) ")'/>
|
|
|
+ <xsl:value-of select='concat(" and ( not(@xpath_value='",@xpath_value,"' ) or ( ",@xpath_value,"/text() and not(",@xpath_value,"/text()='0') ) or ",@xpath_value,"/@xpath or not(",@xpath_value,") ) ")'/>
|