Hi All,
Any help is apperciated. I am using the starts-with xslt function and when i do so the message gets stucks in the queue. If i run code without the starts-with then is works??
<xsl:for-each select="receipt/prod">
<xsl:for-each select="carrier/carrier_detail/carrier">
<xsl:choose>
<xsl:when test="carrier_type='CASE'">
<xsl:choose>
<xsl:when test="starts-with(carrier_barcode, '00')">
do something
</xsl:when>
<otherwise>
do something
</otherwise>
so on..
when i try to process messsage using this xslt format it gets sysfail in the queue, but without it, it works fine.
I need to a special format if the condition of barcode starts with 00
Request clarification before answering.
Also tried using if instead of when.. but still have same issue.
Also Using XI 3.0
Edited by: Chirag Shah on Mar 27, 2009 12:54 AM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.