On 27/1/05 6:23 PM, "Henri Sivonen" <hsivonen@xxxxxx> wrote:
But type='TEXT' is only a degenerate case of type='XHTML' (type='XHTML'
with only text content). What value does type='TEXT' add to the format
except the ability of feedvalidator.org to detect cases where there are
element children although the author claims there are not, which
suggests an authoring error? Does type='TEXT' intentionally exist only
to add this feedvalidator.org value?
maybe it exists so I can write a title which looks like this
"I hate the <blink> tag"
which is the plain text rendition, or if I wanted to code it in
html/xhtml
it would be
"I hate the <blink> tag"
and then applying XML escaping ... would be the following? ...
<title type='TEXT >I hate the <blink< tag</title>
<title type='HTML >I hate the &lt;blink&< tag</title>
<title type='XHTML>I hate the &lt;blink&< tag</title>