Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何设置为空值。我有一个
<td> <xsl:value of select=""> </td>.
该 td 应该包含一个空值。
只需使用<td> </td>
<td> </td>
只需使用
<xsl:value-of select="''"/>