How can I unmarshal an XML tag with 2 different types of nested content?
I am working with some XML that has mixed types of data in a single XML tag. The different type of content is dependent on the attribute value. I can either parse the string or the nested tags, but I can’t figure out how to support both.