diff --git a/atom.go b/atom.go index a49b399..1f2115f 100644 --- a/atom.go +++ b/atom.go @@ -41,6 +41,7 @@ type AtomContributor struct { type AtomEntry struct { XMLName xml.Name `xml:"entry"` + Xmlns string `xml:"xmlns,attr,omitempty"` Title string `xml:"title"` // required Updated string `xml:"updated"` // required Id string `xml:"id"` // required