on 2023 Oct 06 1:00 PM
Hi Experts,
I'm having an issue with the creation of a context in the integration advisory based on the XSLT condition.
We need to create a context based on condition below:
<xsl:variable name="v2005" select="$nodes_in/D_2005"/>
<xsl:variable name="v2379" select="$nodes_in/D_2379"/>
<xsl:if test="($v2005 = '137') or ($v2379 = '102')">
<xsl:sequence select="'1'"/>
</xsl:if>
If I add the above condition at context level ending up with the below error:
However, at the field level, the condition works fine
Could you please help us to resolve this issue.
Thanks,
Kasi
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.