qeed...@gmail.com
unread,Jun 18, 2013, 9:05:33 PM6/18/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com
I am trying to decode some messages with xml and found the Unmarshal works with namespaces, but when I use Marshal on the same struct, I lose the namespace ie,
<foo:bar xmlns="..."> becomes <bar xmlns="...">, is there anyway I could get foo in the Marshal'ed xml version? Thanks.