Share via


QuotedXML Element

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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>