| Issue 27: | Parser removes empty attributes from resulting output | |
| 1 person starred this issue and may be notified of changes. | Back to list |
template like: <xsl:template name="emptyOption"> <option value="">no value</option> </xsl:template> producies the floowing result: <option>no value</option> instead of <option value="">no option</option> |
|
|
|