|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
xml |
« View previous topic :: View next topic » |
Author |
Message
|
marwan |
Posted: Sun Apr 12, 2015 6:57 pm Post subject: xml |
|
|
Newbie
Joined: 23 Mar 2015 Posts: 5
|
hi all,
i want u to check this xml message the idea is to check previous value with new value and call another web service if not call service for error .
<xsl:choose>
<xsl:when test ="$old = $new">
<xsl:variable name="DO">
<xsl:call-template name="Update">
<xsl:with-param name="P1" select="$P1"/>
</xsl:call-template>
</xsl:variable>
<xsl:otherwise>
<xsl:call-template name="Fail">
<xsl:variable name="error">
<xsl:with-param name="errorMsg" select="'Unable to do '"/>
</xsl:call-template>
</xsl:variable> |
|
Back to top |
|
 |
bruce2359 |
Posted: Sun Apr 12, 2015 8:31 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
No, thanks. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|