diff --git a/stanza/results_sets.go b/stanza/results_sets.go index 6cbab0f..01c8c69 100644 --- a/stanza/results_sets.go +++ b/stanza/results_sets.go @@ -24,6 +24,6 @@ type ResultSet struct { type First struct { XMLName xml.Name `xml:"first"` - Content string - Index *int `xml:"index,attr,omitempty"` + Content string `xml:",cdata"` + Index *int `xml:"index,attr,omitempty"` }