Collaborative Application Markup Language (CAML) is the XML-based language that is used to build and customize Web sites based on SharePoint™ Team Services from Microsoft®.
CAML can be used to do the following:
Why would you use CAML as opposed to just using Microsoft FrontPage® or other editing tools?
This SDK has been built so that you can use CAML to customize and extend the capabilities of your Web sites based on SharePoint Team Services. You can also modify style definitions in OWS.CSS (in the Program Files\Common Files\Microsoft Shared\web server extensions\50\Templates\1033\Styles directory) in order to make global changes to the site, for example, in font or color. In addition, you can customize Default.htm (in the Inetpub\wwwroot directory) in order to make changes to your home page.
To learn more about the two major kinds of rendering that are implemented in CAML, see the topics on page rendering and field rendering elements.
There are also other XML files that you will need to access in the course of making changes; see the topic describing the location of CAML for information. To learn about the database lists that are used in conjunction with CAML, see the database overview topic.
In order to give you more information about how to use CAML, several example scenarios have been included that may be useful to you.
For information about attributes that can be used with any CAML page-rendering element, see the topic on universal attributes.