Hi Team,
Currently i have issue when i using choose condition, error getting as a 'Unable to generate the XML document using the provided XML/XSL input. Errors were reported during stylesheet compilation' , According to i checked that sysntax, there not have an any problem on that, Could you please correct me if there have any issue on my current choose condition on XSLT 2.0.
<xsl:choose><xsl:when test="(/OceanRateQuotes/CarrierDetails/Carrier/Rates/Amounts[ContainerType = $ContainerType]/ContainerType)[1]/='20 STD'">20GP</xsl:when><xsl:when test="(/OceanRateQuotes/CarrierDetails/Carrier/Rates/Amounts[ContainerType = $ContainerType]/ContainerType)[1]/='40 STD'">40GP</xsl:when><xsl:when test="(/OceanRateQuotes/CarrierDetails/Carrier/Rates/Amounts[ContainerType = $ContainerType]/ContainerType)[1]/='45 STD'">45HC</xsl:when><xsl:otherwise> 20GP </xsl:otherwise></xsl:choose>