Atom Title Conformance Tests

December 18, 2005

Text + entities

<title>

An item with a type="text" title consisting of a less-than character, the word 'title' and a greater-than character, where the less-than is escaped with its character entity reference.

December 18, 2005 12:13 AM

Text + CDATA

<title>

An item with a type="text" title consisting of a less-than character, the word 'title' and a greater-than character, where the less-than is escaped by being in a CDATA section.

December 18, 2005 12:13 AM

HTML + CDATA

<title>

An item with a type="html" title consisting of a less-than character, the word 'title' and a greater-than character, where the character entity reference for the less-than is escaped by being in a CDATA section.

December 18, 2005 12:13 AM

XHTML + entities

<title>

An item with a type="xhtml" title consisting of a less-than character, the word 'title' and a greater-than character, where the less-than character is escaped with its character entity reference.

December 18, 2005 12:13 AM

Text + NCRs

<title>

An item with a type="text" title consisting of a less-than character, the word 'title' and a greater-than character, where the less-than character is escaped with a numeric character reference.

December 18, 2005 12:13 AM

HTML + NCRs

<title>

An item with a type="html" title consisting of a less-than character, the word 'title' and a greater-than character, where the HTML's character entity reference is escaped by replacing the ampersand with a numeric character reference.

December 18, 2005 12:13 AM

HTML + entities

<title>

An item with a type="html" title consisting of a less-than character, the word 'title' and a greater-than character, where the character entity reference for the less-than character is escaped by replacing the ampersand with a character entity reference.

December 18, 2005 12:13 AM

XHTML + NCRs

<title>

An item with a type="xhtml" title consisting of a less-than character, the word 'title' and a greater-than character, where the less-than character is escaped with its numeric character reference.

December 18, 2005 12:13 AM