QuotedXML Element

The QuotedXML element is used to HTML-decode and execute the CAML that it 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 JavaScript string literal.

Syntax

<QuotedXML>
</QuotedXML>

Example

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

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