Getting one extra line in RTF (XML publisher)
We have designed an RTF using Oracle's XML Publisher. We are facing one issue in the RTF(Rich Text Format) template.
Actually we have added for-each loop in the RTF which is inside the table. Since it is a recursive thing, we are getting an extra line at the end of each iteration except for the last one.Say, our the loop is running 4 times, for the first 3 runs I'm getting that extra line, but not for the 4th run.
Actually we have added for-each loop in the RTF which is inside the table. Since it is a recursive thing, we are getting an extra line at the end of each iteration except for the last one.Say, our the loop is running 4 times, for the first 3 runs I'm getting that extra line, but not for the 4th run.
0