Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <xsl:variable name="isFlag" select="java:isCustomerUnique($samledata)"/> </xsl:variable>
  2. <xsl:choose>
  3. <xsl:when test="$isFlag = 'true'">
  4. <uniqueData><xsl:value-of select="$uniqueData"/></uniqueData>
  5. <isUnique><xsl:value-of select="$isUnique"/></isUnique>
  6.  
  7. <xsl:when test="$isFlag = 'true'">
  8.  
  9. <xsl:when test="'true'= 'true'">
  10.  
  11. <xsl:message terminate="no">The value of $isFlag is "<xsl:value-of select="$isFlag"/>"</xsl:message>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement