Class representing the "atom:generator" element. The "atom:generator"
element's content identifies the agent used to generate a feed, for debugging
and other purposes.
atomGenerator = element atom:generator {
atomCommonAttributes,
attribute uri { atomUri }?,
attribute version { text }?,
text
}
|