Fix user documentation not showing up in latest i build.
diff --git a/docs/org.eclipse.wst.xsl.doc/build.xml b/docs/org.eclipse.wst.xsl.doc/build.xml
index 36c9f66..c445c8d 100644
--- a/docs/org.eclipse.wst.xsl.doc/build.xml
+++ b/docs/org.eclipse.wst.xsl.doc/build.xml
@@ -12,6 +12,7 @@
 	<property name="base.dir" value="${htmldir}"/>
 
 	<target name="create-doc">
+
 		<xslt force="true" style="${docbookdir}/eclipse33.xsl" in="${docbooksource}/xslhelpcombined.dbk" out="test.xml">
 			<factory name="${xalan}" />
 			<param name="manifest" expression="1"/>
diff --git a/docs/org.eclipse.wst.xsl.doc/toc.xml b/docs/org.eclipse.wst.xsl.doc/toc.xml
index d38a383..b586131 100644
--- a/docs/org.eclipse.wst.xsl.doc/toc.xml
+++ b/docs/org.eclipse.wst.xsl.doc/toc.xml
@@ -1 +1,16 @@
-<toc topic="html/index.html" label="XSL Tooling User Documentation"></toc>
\ No newline at end of file
+<toc topic="html/index.html" label="XSL Tooling User Documentation">
+	<topic href="html/editor/xsleditor.html" label="XSL Editing">
+		<topic href="html/editor/xsleditor.html#N1001B" label="Validation"></topic>
+		<topic href="html/editor/xsleditor_validation.html" label="Content Assist"></topic>
+		<topic href="html/editor/xsleditor_templates.html" label="Templates">
+			<topic href="html/editor/xsleditor_templates.html#N10079"
+				label="XPath Templates"></topic>
+		</topic>
+	</topic>
+	<topic href="html/preferences/xslpreferences.html" label="XSL Tooling Preferences">
+		<topic href="html/preferences/xslpreferences.html#XSLFeatures"
+			label="Features"></topic>
+		<topic href="html/preferences/xslprocessors.html" label="Installed Processors"></topic>
+		<topic href="html/preferences/xsloutputproperties.html" label="Output Properties"></topic>
+	</topic>
+</toc>
\ No newline at end of file