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
Activity
Guillaume Laforge
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Summary | Add method to expand empty elements in PrintWriter | Add method to expand empty elements in XmlNodePrinter |
Paul King
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee | Paul King [ paulk ] | |
| Fix Version/s | 1.7.11 [ 17244 ] | |
| Fix Version/s | 1.8.3 [ 17657 ] | |
| Fix Version/s | 1.9-beta-4 [ 17656 ] | |
| Resolution | Fixed [ 1 ] |
Paul King
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
There is the mistake in the title. It shoud be XmlNodePrinter instade of PrintWriter