I wrote the following code in XML:
<# <Conditional Test= "(//Product_Name[text() = ‘LifeID3 Service’ and //Customer_Is_Paying_Maintenance/text())" /> #>
DisplayThisText
<# <EndConditional/> #>
Somehow I get the following error message:
(//Product_Name[text() = 'LifeID3 Service' and //Customer_Is_Paying_Maintenance/text())'
has an invalid token.
Could you please tell me where is the issue?