LoginHomeBugs & FeaturesDocumentationDownloadForums
ID:97
Status:5 - New
Priority:1 - Request for Enhancement, e.g. asking for a feature
Scope:3 - Applies to all machines and operating systems
Subsystem:Unassigned
Summary:Option to enable/disable emission of <foo/> empty element shorthand
Version:2.6
Created By:jblache
Assigned To:Unassigned
Fix Version:Unassigned
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

Post File

Name/Time/DateFilename
jblache
12:43 Jun 04, 2009
mxml-2.6-shortempty.patch

Trouble Report Dialog:

Name/Time/DateText
jblache
08:42 Jun 04, 2009
Some XML implementations (if we can call them that...) do not grok the shorthand notation for empty elements.

For interoperability with such implementations, an option to disable the emission of the shorthand notation, emitting <foo></foo> instead, would be very welcome.
jblache
12:44 Jun 04, 2009
And I've attached a proposed patch to implement this.