Details
-
Type:
Wish
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2
-
Fix Version/s: 1.8.3, 1.9-beta-4, 1.7.11
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
In groovy.util.XmlNodePrinter class there is no option to expand or not emtpy elements.
<div></div>
is transformed to
<div/>
In groovy.xml.MarkupBuilder there is such method