Open
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????