Share via


QuotedXML Element

Applies to: SharePoint Foundation 2010

Used to HTML-decode and execute the Collaborative Application Markup Language (CAML) that the element contains. This can be useful if you want to put CAML somewhere that is intolerant of the concatenation characters ("&"), for example, inside a hyperlink, an HTML attribute, or a Microsoft JScript string literal.

<QuotedXML>
</QuotedXML>

Attributes

Attribute

Description

None

N/A

Child Elements

None

Parent Elements

Numerous

Occurrences

Minimum: 0

Maximum: Unbounded

Example

In the following example, the QuotedXML element contains content that will be executed as CAML.

<QuotedXML>
  &lt;ListProperty Select=&quot;Title&quot;/&gt;
</QuotedXML>