-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Closed
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.early-in-cycleA change that should be done early in the 3 month dev cycle.A change that should be done early in the 3 month dev cycle.
Milestone
Description
Nested XML namespaces aren't marshalled correctly. Setting an element namespace at the default level as Go does, implicitly sets nested elements to the same namespace if they don't override it. <a xmlns="b"><c/></a> The namespace of c, is b. However marshalling from Go data structures in which the object corresponding to c above has no namespace set should give <a xmlns="b"><c xmlns=""/></a> The usual way to deal with this is to use namespace prefixes, but I don't think that's a requirement.
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.early-in-cycleA change that should be done early in the 3 month dev cycle.A change that should be done early in the 3 month dev cycle.