My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 27: Parser removes empty attributes from resulting output
1 person starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----
Type-Defect
Priority-Medium


Sign in to add a comment
 
Reported by oleg.dimitrov, Sep 10, 2008
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>
Sign in to add a comment

Hosted by Google Code