From the spec: "The XHTML div element itself MUST NOT be considered
part of the content." http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.4.1.3.3.p.1
How should Abdera help people handle this? Should getContent return only the content inside the div (It currently includes the div)? Should setContentAsXhtml(String) provide the surrounding div instead of requiring is as part of the string? Should there be a getContentAsHtml? If so, would this also be where relative uri's could be resolved? -- Stephen Duncan Jr www.stephenduncanjr.com
