<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>Concept2.xhtml</title>
	<link rel="stylesheet" href="root.css" type="text/css" />
</head>
<body>
	<h1>Welcome to Product A</h1>
	<h2>Concept Three</h2>
	<p>This is where Concept Three is explained. </p> 
	<p>This is the first topic from the Root page of this Welcome:

	<!-- This is where we use the Intro include element. This include specifies that we need 
	to grab an XHTML element with id "firstH4" from an intro page with id "root". --> 
	<include path="root/firstH4" />
	<br />
	<!-- This is where we use the Intro dynamicContent element. The class is loaded from the specified plugin. --> 
	<contentProvider id="contentProviderId" class="org.eclipse.ui.intro.template2.IntroXHTMLContentProvider" pluginId="org.eclipse.ui.intro.template2"> 
	</contentProvider> 
	</p>

	<p>&nbsp;</p>
	<p align="justify">(<i>This page demonstrates how to contribute to an existing Welcome. 
		It was contributed using the <code>org.eclipse.ui.intro.configExtension</code> 
	extension point. It also demonstrates how to use the <code>include</code> and the <code>dynamicContent</code> intro elements to 
	include external XHTML content and to create dynamic XHTML content, 
	respectively. Check the XHTML source for this page for usage of intro elements.</i>) </p> 
</body>
</html>