Search found 1 match

by ajtruckle
Wed Nov 04, 2015 6:35 pm
Forum: XSLT and FOP
Topic: Missing borders on an empty cell
Replies: 1
Views: 1713

Missing borders on an empty cell

<td class="borderDotName"> <xsl:value-of select="Label1"/> </td> Hi If the "Label1" value in the XML is not empty then the cell looks OK in the browser. But if it is empty and have no text, then the borders of my cell are missing. How can I handle empty cells? Thanks. ...