HTML Element

The HTML element is used to escape contained HTML tags so that the tags wont be parsed by the SharePoint Team Services CAML parser.

Syntax

<HTML>
</HTML>

Attributes

Name Description
ID Optional Text. Provides an identifier for the contents of the HTML element.
Parent Elements
Case, Default, DisplayPattern, Else, Fields, ForEach, IfNew, ListFormBody, ListFormButtons, ListFormClosing, ListFormOpening, MapToIcon, PagedRowset, RenderPattern, RowLimitExceeded, ScriptQuote, SetVar, Then, Toolbar, ViewBody, ViewEmpty, ViewFooter, ViewHeader, XML

Example

The following example illustrates how to escape HTML tags by using this element and a CDATA section.

<HTML><![CDATA[...HTML tags...]]></HTML>

See Also

XML