Search code examples
xslt-2.0

XSLT set empty to xsl value of


How to set to a empty value. I have a

                <td>
                 <xsl:value of select=""> 
               </td>.

That td should contain an empty value.


Solution

  • Just use <td>&nbsp;</td>