dayvonjersen / ajaxslt

Automatically exported from code.google.com/p/ajaxslt
Other
0 stars 0 forks source link

Parser removes empty attributes from resulting output #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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>

Original issue reported on code.google.com by oleg.dim...@gmail.com on 10 Sep 2008 at 10:49