|
Subject: Re: [xsl] Break functionality in XSL From: Anil Kumar Veeramalli <anil.v@xxxxxxxxxxxxxxxxxxxxx> Date: Mon, 02 Nov 2009 20:03:00 +0530 |
Thanks, Anil
There is no xsl:break and xsl:for-each is not a loop. You might simply want to put your condition into a predicate in the select attribute e.g.
<xsl:for-each
select="TABLE[@NAME='XLATTABLE_EMPL_STATUS']/ROWS/ROW/COLUMN[@NAME='STATUS'][. = 'A']">
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Break functionality in X, Martin Honnen | Thread | Re: [xsl] Break functionality in X, Martin Honnen |
| Re: [xsl] Break functionality in X, Martin Honnen | Date | Re: [xsl] Break functionality in X, Martin Honnen |
| Month |