I'm trying to get a handle on how the XML package interprets and unmarshals XML and the structs tags.
I have a test that passes the first assert on RequestId, but fails on Code and Message; it's here: https://gist.github.com/1469359
I'm trying to only get the first error message in <Errors>
.
I've tried to use a slice with no success either.
If anyone has experience with this package, I'd greatly appreciate some insight.