-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Open
Labels
NeedsFixThe 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
Marshal-ing data back to XML does not seem to support namespace prefixes.. For example:
https://play.golang.org/p/6CY71H7mb4
The input XML is: <stix:STIX_Package>, but when it writes it back out it does <STIX_Package xmlns="stix">
Also, there does not appear to be any data elements like xml.Name for adding namespaces to a struct.... Something maybe like xml.NS????
ainar-g, roelandmoors, sorenmat, eastrd, teuber789 and 20 more
Metadata
Metadata
Assignees
Labels
NeedsFixThe 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.