TWO DIFFERENT WATER MARKS ON TWO DIFFERENT RTF LAYOUTS
Hi Experts,
I'm developing one RTF template, where two languages are being displayed. I have used choose condition to display languages which is working fine. I have to display water marks too on the template in two different languages there am facing the issue. When i was putting the below said condition it is not displaying them on the template only one language watermark is being printed on all the pdf pages.
<xsl:variable name="wMark" select="xdoxslt:ifelse(//COUNTRY='Brazil','CANCELADA' ,xdoxslt:ifelse(//COUNTRY!='Brazil','CANCELLED',''))"/>
When condition is satisfied it is printing watermark as CANELADA on the all the pdf pages, the xpath is printing on all the pages. Can please help me in this regard how can i print based on the output. Further this watermark is keep on displaying on all the PDF pages irrespective of my condition. Please help me in this regard..