Closed Bug 510369 Opened 16 years ago Closed 7 years ago

XML empty namespace should not be removed from nodes.

Categories

(Tamarin Graveyard :: Virtual Machine, defect)

x86
All
defect
Not set
major

Tracking

(Not tracked)

RESOLVED WONTFIX
Future

People

(Reporter: cpeyer, Unassigned)

Details

The empty namespace is removed from the XML object after it is created or casted from a String. The empty namespace is important in order to communicate with XML based services. If it is removed and they are expecting it, a serialization fault is returned. Steps to reproduce: 1. Create an XML variable using empty namespace: var myXml : XML = <parent xmlns="http://namespace.com"> <child xmlns="" /> </parent>; 2. Trace it in debug mode: trace(myXml); Actual Results: empty namespace disappeared from child node. <parent xmlns="http://namespace.com"> <child/> </parent> Expected Results: empty namespace should be preserved. <parent xmlns="http://namespace.com"> <child xmlns="" /> </parent> This bug transferred from: http://bugs.adobe.com/jira/browse/ASC-3782
Flags: in-testsuite?
Flags: flashplayer-qrb?
Priority: -- → P3
Target Milestone: --- → flash10.1
Flags: flashplayer-qrb? → flashplayer-qrb+
Any fix for this bug will likely need version-checking for backwards compatibility.
Flags: flashplayer-needsversioning+
Target Milestone: flash10.1 → Future
Priority: P3 → --
Tamarin is a dead project now. Mass WONTFIX.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
You need to log in before you can comment on or make changes to this bug.