cancel
Showing results for 
Search instead for 
Did you mean: 

Integration Advisor MAG: Context mapping issue in Integration Advisory MAG

0 Kudos
515

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

View Entire Topic
dharamverma
Explorer
0 Kudos

Hi Kasi,

Please check my blog, if it works for you

BR,

Dharam