I was trying to handle xml with symbol : in the field name. However, I
wasn't able to get xml parser work.
For instance, I can properly parse field <Email/>, but cannot parse field
<E:mail/>. Even if I do `xml:"E:mail"` or `xml:"E\:mail"`.
Could you please help me with it?
Thanks for help!
Eric
Here is the code example:
This is the one that works with <Email\>:
http://play.golang.org/p/NyR3K2tIHm
This is the one that fails with <E:mail\>
http://play.golang.org/p/1EkuyXuVBl
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.