XSLT – key

  • Post author:
  • Post category:XSLT
  • Post comments:0 Comments

<xsl:key> tag element specifies a named name-value pair assigned to a specific element in an XML document. This key is used with the key() function in XPath expressions to access…

Continue ReadingXSLT – key

XSLT – choose

  • Post author:
  • Post category:XSLT
  • Post comments:0 Comments

<xsl:choose> tag specifies a multiple conditional tests against the content of nodes in conjunction with the <xsl:otherwise> and <xsl:when> elements. Declaration Following is the syntax declaration of <xsl:choose> element. <xsl:choose > </xsl:choose>…

Continue ReadingXSLT – choose