<title>, <summary>, <content>, and <rights> contain human-readable text, usually in small quantities. The type attribute determines how this information is encoded (default="text")
If type="text", then this element contains plain text with no entity escaped html.
If type="html", then this element contains entity escaped html.
If type="xhtml", then this element contains inline xhtml, wrapped in a div element.
<title>, <summary>, <content>, and <rights> contain human-readable text, usually in small quantities. The type attribute determines how this information is encoded (default="text")
type="text"
, then this element contains plain text with no entity escaped html.type="html"
, then this element contains entity escaped html.type="xhtml"
, then this element contains inline xhtml, wrapped in a div element.