You are here:
Sample Content List XML File
This XML code makes up a sample XML file for importing records into a content list. In this case, the content list has two text fields called Title and Author, and a number field called Rank.

Use more general search terms.
Select fewer filters to broaden your search.
This XML code makes up a sample XML file for importing records into a content list. In this case, the content list has two text fields called Title and Author, and a number field called Rank.
| Available in: Salesforce Classic |
Available for purchase in: Enterprise, Performance, and Unlimited Editions Available (with limitations) in: Developer Edition |
For more information about the required XML format, see Content List XML Format.
<?xml version="1.0" encoding="UTF-8"?>
<records>
<record>
<field name="Title">Latest Company News</field>
<field name="Author">Madison Rigsby</field>
<field name="Rank">1</field>
</record>
<record>
<field name="Title">Upcoming Developer Sessions</field>
<field name="Author">Ian Thompson</field>
<field name="Rank">2</field>
</record>
</records>

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.