이제 컨텐츠 내용을 살펴볼 수 있습니다. 컨텐츠는 페이지 단위로 설명됩니다. 모든 페이지에는 id 속성이 있습니다. 이는 홈 및 대기 페이지와 페이지에 대한 참조가 있는 기타 위치를 정의할 때 사용되는 ID입니다. 그렇지 않으면 관련 속성은 정의되는 페이지의 종류에 따라 다릅니다. 다음과 같은 두 가지 기본 페이지 유형이 있습니다.
컨텐츠 정의 형식에 익숙해지는 최상의 방법은 SDK에서 구현을 찾아보는 것입니다. 다음 스니펫은 첫 번째 소개 페이지인 SDK 루트 페이지의 컨텐츠의 첫 번째 부분만 표시합니다.
<introContent> <page alt-style="css/root_swt.properties" style="css/root.css" id="root" style-id="page"> <title style-id="intro-header">Welcome to Eclipse Platform 3.0</title> <group id="links-background"> <group id="page-links"> <link label="Overview" url="http://org.eclipse.ui.intro/showPage?id=overview" id="overview" style-id="left"> <text>Find out what Eclipse is all about</text> </link> <link label="Tutorials" url="http://org.eclipse.ui.intro/showPage?id=tutorials" id="tutorials" style-id="left"> <text>Let us guide you through Eclipse end-to-end tutorials</text> </link> <link label="Samples" url="http://org.eclipse.ui.intro/showPage?id=samples" id="samples" style-id="right"> <text>Explore Eclipse development through code samples</text> </link> <link label="Whats New" url="http://org.eclipse.ui.intro/showPage?id=news" id="news" style-id="right"> <text>Find out what is new in this release</text> </link> </group> </group>
페이지의 요소는 filteredFrom 특정 구현이 될 수도 있습니다. 이를 통해 페이지 설계자가 특정 플랫폼으로 설계할 수 있습니다. 페이지 및 해당 컨텐츠를 설명할 때 사용할 수 있는 보다 강력한 속성이 있습니다. 유효한 요소, 부속요소 및 해당 속성은 org.eclipse.ui.intro.config 및 연관된 소개 컨텐츠 파일 형식 스펙에 대한 확장점 문서를 참조하십시오.