[383127]  Issues with HTML files in org.eclipse.jst.ws.cxf.doc.user that
may make the translation process more 'difficult'
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/META-INF/MANIFEST.MF b/docs/org.eclipse.jst.ws.cxf.doc.user/META-INF/MANIFEST.MF
index 02ec85e..f14cb85 100755
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/META-INF/MANIFEST.MF
+++ b/docs/org.eclipse.jst.ws.cxf.doc.user/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Localization: plugin
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.jst.ws.cxf.doc.user;singleton:=true
-Bundle-Version: 1.0.200.qualifier
+Bundle-Version: 1.0.201.qualifier
 Bundle-Vendor: %pluginProvider
 Require-Bundle: org.eclipse.ui;bundle-version="[3.4.0,4.0.0)",
  org.eclipse.ui.cheatsheets;bundle-version="[3.3.100,4.0.0)"
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/ant_tasks.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/ant_tasks.html
index 6bf98a4..79b35f6 100644
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/ant_tasks.html
+++ b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/ant_tasks.html
@@ -30,17 +30,19 @@
 		<li>Use the existing Dynamic Web Project created above or create a new  project.</li>
 		<li>Import the Ant files by selecting <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.newWizard(newWizardId=org.eclipse.wst.command.env.ui.AntFileImportWizard)")'>
         <img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" alt="Open the ant files wizard"><strong>File &gt; New &gt; Other... &gt; Web Services &gt; Ant Files</strong></a> from the top level menu.</li>
-		<li>Select the following:</li>
+		<li>Select the following:
 		<ul>
 			<li>Apache CXF as the Web service runtime.</li>
 			<li>The Web service or client type.</li>
 			<li>The folder into which the Ant files will be generated.</li>
 		</ul>
-		Click <b>Finish</b>. The wizard will generate two files into the selected folder.
+		<p>Click <b>Finish</b>. The wizard will generate two files into the selected folder.</p>
 		<ol>
 			<li>An Ant file: One of <samp class="codeph">cxf_bujava.xml</samp> (bottom-up), <samp class="codeph">cxf_tdjava.xml</samp> (top-down) or <samp class="codeph">cxf_client.xml</samp> (client).</li>
 			<li>An Ant properties file which is referenced by the Ant file: One of <samp class="codeph">cxf_bujava.properties</samp> (bottom-up), <samp class="codeph">cxf_tdjava.properties</samp> (top-down) or <samp class="codeph">cxf_client.properties</samp> (client)</li>
 		</ol>
+		</li>
+	</ol>
 </ol>
 		<p><img src="../images/ngrelt.png" alt="Related tasks" border="0"></p>
 		<a href="../tasks/cxf_ant_ws.html">Creating a Web service using Ant tasks in the Workbench</a>
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_bottomup.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_bottomup.html
index 03e5d34..b901dd7 100755
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_bottomup.html
+++ b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_bottomup.html
@@ -25,7 +25,7 @@
 <img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" alt="Open the new web service wizard"><strong>File &gt; New &gt; Other... &gt; Web Services &gt; Web Service</strong></a> from the top level menu.</li>
 <li>Web Services page: select <b>Bottom up Java bean Web Service</b> as the Web service type and browse to select the Java implementation bean from which to create the Web service:<p><img src="./images/bottom_up_wizard.png" alt="Bottom Up Web Services Wizard" ></p>
 <ol type="a">
-<li>Move the service slider to the stage of Web services development that you wish to complete.</li>
+<li>Move the service slider to the stage of Web services development that you wish to complete.
 <ul>
 <li>Develop: Invokes the Apache CXF java2ws tool using the preference defaults and the information gathered in the wizard to create a service. The wizard also generates a JAX-WS endpoint configuration file.</li>
 <li>Assemble: If required by the target server this phase assembles and configures the project that hosts the Web service into an EAR.</li>
@@ -34,6 +34,7 @@
 <li>Start: Starts the target server once the Web service has been installed on it.</li>
 <li>Test: Use the Web Service Explorer to test the generated Web service.</li>
 </ul>
+</li>
 <li>Server: Select a server to deploy your Web service to.</li>
 <li>Web service runtime: Select Apache CXF 2.x</li>
 <li>Service project: Select the project in your workspace into which Apache CXF will generate the code.</li>
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_client.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_client.html
index 12e1740..f33a6a1 100755
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_client.html
+++ b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_client.html
@@ -48,7 +48,7 @@
 </ol>
 <p>The generated client will include a main() that when run will connect to the remote service and invoke every operation on that remote service.</p>
 <p>Before running the client open the client in the Java Editor and edit the generated arguments used to invoke the operations on the service.</p>
-<p>To <b>run</b> the client right-click on the client in the Project Explorer and select <b>Run As > Java Application</b>.
+<p>To <b>run</b> the client right-click on the client in the Project Explorer and select <b>Run As &gt; Java Application</b>.
 <p><img src="../images/ngrelt.png" alt="Related tasks" border="0" ></p>
 <a href="../tasks/create_bottomup.html">Create a Web Service from a Java implementation bean using Apache CXF</a><br>
 <a href="../tasks/create_topdown.html">Generate an SEI and a skeleton implementation bean from a WSDL document using Apache CXF</a><br>
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_cxf_project.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_cxf_project.html
index 5c0cd86..86b0c48 100755
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_cxf_project.html
+++ b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_cxf_project.html
@@ -11,7 +11,7 @@
 
 <body lang="EN-US">
 <h2>Create a project for CXF Web services</h2>
-<p>To create a Dynamic Web Project and enable it for Apache CXF Web services development perform the following steps:<br/>
+<p>To create a Dynamic Web Project and enable it for Apache CXF Web services development perform the following steps:
 <ol>
 <li>
 Select <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.newWizard(newWizardId=org.eclipse.jst.servlet.ui.project.facet.WebProjectWizard)")'>
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_jaxws_handler.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_jaxws_handler.html
index a1a398d..004aaf6 100644
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_jaxws_handler.html
+++ b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_jaxws_handler.html
@@ -13,8 +13,8 @@
 <p>JAX-WS handlers are message interceptors that may be used to carry out additional processing on inbound and outbound messages.</p>
 <p>Protocol handlers are specific to a protocol (e.g. SOAP) and they may access or change protocol specific aspects of a message while logical handlers are protocol agnostic and may only act on the message payload.</p>
 <h3>Prerequisites:</h3>
+<p>Complete one of the following tasks to generate a Web service:</p>
 <ul>
-<p>Complete one of the following tasks to generate a Web service:<p/>
 <li><a href="../tasks/create_topdown.html">Generate an SEI and a skeleton implementation bean from a WSDL document using Apache CXF</a><br></li>
 <li><a href="../tasks/create_client.html">Generate a JAX-WS Web Service Client from a WSDL document using Apache CXF</a><br></li>
 </ul>
@@ -29,19 +29,22 @@
         <li>Browse to select the <b>Source folder.</b></li>
         <li>Browse to select an existing <b>Package</b> or enter a new package name.</li>
         <li>Enter a <b>Name</b> for the JAX-WS Handler.</li>
-        <li>Select the <b>Handler type</b>:</li>
+        <li>Select the <b>Handler type</b>:
         <ul>
             <li><b>Logical Handler</b></li>
             <li><b>Protocol Handler (SOAP)</b></li>
         </ul>
-        In the <b>Configuration</b> section:
+        </li>
+    </ol>
+    <p>In the <b>Configuration</b> section:</p>
+    <ol type="a" start="5">
         <li>Select the <b>Add this handler to a handler chain</b> checkbox.</li>
-        <li><p>Select <b>Create a new handler chain file</b> and browse to select a location in the project where the handler chain file will be generated.<p/>
+        <li><p>Select <b>Create a new handler chain file</b> and browse to select a location in the project where the handler chain file will be generated.</p>
         <p><b><i>Note</i></b>: To add this JAX-WS handler to an existing  handler-chain in the project select <b>Add this handler to an existing handler chain file</b> and browse to select the file location.</p>
         <p>Selecting <b>Next</b> will then display a wizard page which will allow you to select the position of the new JAX-WS handler in the handler chain file.</p></li>
-        <li>Select <b>Associate this handler chain with a Web service</b> and browse to select the Web service implementation or service endpoint interface that was created in the prerequisites.</li>
-        Click <b>Finish</b>.
-        The wizard will generate a skeleton JAX-WS Handler, handler-chain file and annotate the Web service with the <samp class="codeph">@javax.jws.HandlerChain</samp> annotation.
+        <li>Select <b>Associate this handler chain with a Web service</b> and browse to select the Web service implementation or service endpoint interface that was created in the prerequisites.
+        <p>Click <b>Finish</b>.</p>
+        <p>The wizard will generate a skeleton JAX-WS Handler, handler-chain file and annotate the Web service with the <samp class="codeph">@javax.jws.HandlerChain</samp> annotation.</p></li>
     </ol>
 </ol>
 <p><img src="../images/ngrelt.png" alt="Related tasks" border="0" ></p>
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_topdown.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_topdown.html
index d6a645b..b0dc13f 100755
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_topdown.html
+++ b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/create_topdown.html
@@ -15,7 +15,6 @@
     <li>Create a Dynamic Web Project and enable it for Apache CXF Web services development as described here: <a href="../tasks/create_cxf_project.html">Create a project for CXF Web services</a>.</li>
 	<li>Create or import a WSDL document into the Web Content folder of the Dynamic Web Project.</li>
 </ol>
-<br/>
 To create an SEI and a skeleton implementation bean from a WSDL document using the Apache CXF runtime environment:
 <ol>
 	<li>Select <a class="command-link"
@@ -27,7 +26,7 @@
 	<li>Web Services page: select <b>Top down Java bean Web Service</b> as the Web service type and browse to select the WSDL document from which to generate the SEI and implementation bean:
 	<p><img src="./images/top_down_wizard.png" alt="Top down Web Services Wizard"></p>
 	<ol type="a">
-		<li>Move the service slider to the stage of Web services development that you wish to complete.</li>
+		<li>Move the service slider to the stage of Web services development that you wish to complete.
 		<ul>
 			<li>Develop: Invokes the Apache CXF wsdl2java tool using the preference defaults and the information gathered in the wizard to generate an annotated Service Endpoint Interface and supporting classes. The wizard also generates a JAX-WS endpoint configuration file.</li>
 			<li>Assemble: If required by the target server this phase
@@ -37,6 +36,7 @@
 			<li>Start: Starts the target server once the Web service has been installed on it.</li>
 			<li>Test: Use the Web Service Explorer to test the generated Web service.</li>
 		</ul>
+		</li>
 		<li>Server: Select a server to deploy your Web service to.</li>
 		<li>Web service runtime: Select Apache CXF 2.x</li>
 		<li>Service project: Select the project in your workspace into which Apache CXF will generate the code.</li>
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_bu_prop_ref.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_bu_prop_ref.html
index a429ca1..29bdccf 100644
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_bu_prop_ref.html
+++ b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_bu_prop_ref.html
@@ -11,7 +11,6 @@
 <body lang="EN-US">
 <h2>Bottom-up CXF Web service Ant task properties file reference</h2>
 
-<div>
 <p>The <kbd class="userinput">cxf_bujava.properties</kbd> file is
 used to pass data to the Web services Ant tasks when creating a CXF
 Web service . This file shows the available options.</p>
@@ -131,5 +130,6 @@
     <dd>Set the name of the generated WSDL file.</dd>
 
 </dl>
+</div>
 </body>
 </html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_client_prop_ref.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_client_prop_ref.html
index 6e3f717..bda42d3 100644
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_client_prop_ref.html
+++ b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_client_prop_ref.html
@@ -11,7 +11,7 @@
 <body lang="EN-US">
 <h2>CXF Web service client Ant task properties file reference</h2>
 
-<div><p>The <kbd class="userinput">cxf_client.properties</kbd> file is used
+<p>The <kbd class="userinput">cxf_client.properties</kbd> file is used
 to pass data to the Web services Ant tasks when creating a CXF Web service
 client. This file shows the available options.</p>
 
@@ -26,7 +26,7 @@
     <dt class="dlterm">InitialSelection</dt>
 
     <dd>Enter URI to the WSDL file. This URI may be a workspace relative URI or point to a remote URI. 
-    For example <kbd class="userinput">/dynamicWebProjectName/WebContent/myService.wsdl</dd> or <kbd class="userinput">http://localhost:8080/dynamicWebProjectName/services/MyServicePort?wsdl</dd>
+    For example <kbd class="userinput">/dynamicWebProjectName/WebContent/myService.wsdl</kbd> or <kbd class="userinput">http://localhost:8080/dynamicWebProjectName/services/MyServicePort?wsdl</kbd></dd>
 
     <dt class="dlterm">ListRuntimes</dt>
 
@@ -71,7 +71,7 @@
     Use this parameter to create the service EAR project with a different name.</dd>
 
 
-<   dt class="dlterm">ClientComponentType</dt>
+    <dt class="dlterm">ClientComponentType</dt>
 
     <dd><p>Options: <kbd class="userinput">template.jst.web</kbd> <kbd class="userinput">template.cxf.core</kbd></p>
     <p>Use this parameter to select the type of client project.</p>
@@ -87,7 +87,7 @@
     be <samp class="codeph">http\://someNamespace=somePackage</samp>.  Otherwise, the colon
     (:) would be treated as delimiter resulting in trying to map <samp class="codeph">http</samp> to <samp class="codeph">//someNamespace=somePackage</samp>.</dd>
 
-    <h3>XJC Args: Specify the arguments to be passed directly to the XJC</h3>
+    <dt class="dlterm">XJC Args: Specify the arguments to be passed directly to the XJC</dt>
 
     <dt class="dlterm">xjc_dv</dt>
     
@@ -151,5 +151,6 @@
     local file system of JAXWS or JAXB binding files.</dd>
 
 </dl>
+</div>
 </body>
 </html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_td_prop_ref.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_td_prop_ref.html
index c021cf8..19e3fa9 100644
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_td_prop_ref.html
+++ b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_td_prop_ref.html
@@ -11,7 +11,7 @@
 <body lang="EN-US">
 <h2>Top-down CXF Web service Ant task properties file reference</h2>
 
-<div><p>The <kbd class="userinput">cxf_tdjava.properties</kbd> file is used
+<p>The <kbd class="userinput">cxf_tdjava.properties</kbd> file is used
 to pass data to the Web services Ant tasks when creating a CXF Web service. 
 This file shows the available options.</p>
 
@@ -26,7 +26,7 @@
     <dt class="dlterm">InitialSelection</dt>
 
     <dd>Enter URI to the WSDL file. This URI may be a workspace relative URI or point to a remote URI. 
-    For example <kbd class="userinput">/dynamicWebProjectName/WebContent/myService.wsdl</dd> or <kbd class="userinput">http://localhost:8080/dynamicWebProjectName/services/MyServicePort?wsdl</dd>
+    For example <kbd class="userinput">/dynamicWebProjectName/WebContent/myService.wsdl</kbd> or <kbd class="userinput">http://localhost:8080/dynamicWebProjectName/services/MyServicePort?wsdl</kbd></dd>
 
     <dt class="dlterm">ListRuntimes</dt>
 
@@ -146,7 +146,7 @@
     <dd class="ddexpand">If <samp class="codeph">true</samp>
     Auto Name Resolution will be enabled.</dd>
 
-    <h3>XJC Args: Specify the arguments to be passed directly to the XJC</h3>
+    <dt class="dlterm">XJC Args: Specify the arguments to be passed directly to the XJC</dt>
 
     <dt class="dlterm">xjc_dv</dt>
     
@@ -210,5 +210,6 @@
     local file system of JAXWS or JAXB binding files.</dd>
 
 </dl>
+</div>
 </body>
 </html>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_ws.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_ws.html
index bf6cd56..9b430fd 100644
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_ws.html
+++ b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_ws.html
@@ -19,14 +19,14 @@
 <ul>
 	<li>Complete the prerequisites in: <a href="../tasks/ant_tasks.html">Creating Web services and clients using Apache CXF and Ant tasks</a></li>
     <li>If you are creating a top-down Web service, create or import a WSDL file into the WebContent folder of the Dynamic Web project.</li>
-	<li>If you are creating a bottom-up Web service, create or import a Java bean into the source folder of the Dynamic Web project.</li>
+	<li>If you are creating a bottom-up Web service, create or import a Java bean into the source folder of the Dynamic Web project.
 	<p><b><i>Note</i></b>: There are certain limitations when developing a bottom-up Web service using the Ant tasks as opposed to the Web services wizards.
 	  If an explicit service endpoint interface (SEI) is required one must be extracted beforehand and both the implementation class and SEI must be annotated with
-	   @javax.jws.WebService before running the Ant build file.</p>
+	   @javax.jws.WebService before running the Ant build file.</p></li>
 </ul>
 <p>To begin you need to modify the Ant properties file than was imported using the Ant Files wizard in the prerequisites.</p>
 <ol>
-    <li>Edit the <samp class="codeph">cxf_tdjava.properties</samp> if doing top-down development or the <samp class="codeph">cxf_bujava.properties</samp> file for bottom-up development.</li>
+    <li>Edit the <samp class="codeph">cxf_tdjava.properties</samp> if doing top-down development or the <samp class="codeph">cxf_bujava.properties</samp> file for bottom-up development.
     <ol type="a">
         <li>Ensure the scenarioType parameter is set to service.</li>
         <li>Set the initialSelection parameter to the location of your WSDL file (top-down) or Java bean (bottom-up).</li>
@@ -37,11 +37,12 @@
                 <li><a href="../tasks/cxf_ant_td_prop_ref.html">Top-down CXF Web service Ant task properties file reference</a></li>
                 <li><a href="../tasks/cxf_ant_bu_prop_ref.html">Bottom-up CXF Web service Ant task properties file reference</a></li>
             </ul>
+            <p>Save the properties file.</p>
         </li>
-        Save the properties file.
     </ol>
+    </li>
     <li>Select the <samp class="codeph">cxf_tdjava.xml</samp> (top-down) or <samp class="codeph">cxf_bujava.xml</samp> (bottom-up) and from the top level menu
-   and select <b>Run > External Tools > External Tools Configurations.</b></li>
+   and select <b>Run &gt; External Tools &gt; External Tools Configurations.</b></li>
     <li>In the dialog that opens select <b>Ant Build</b> and then select the <b>'New launch configuration'</b> button in the toolbar.
    Select the <b>JRE</b> tab and select <b>Run in the same JRE as the workspace</b>.
    Click <b>Apply</b> and then <b>Run</b>.</li>
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_ws_client.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_ws_client.html
index 8399482..9b9a2f0 100644
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_ws_client.html
+++ b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/cxf_ant_ws_client.html
@@ -21,7 +21,7 @@
 </ul>
 <p>To begin you need to modify the Ant properties file than was imported using the Ant Files wizard in the prerequisites.</p>
 <ol>
-    <li>Edit the <samp class="codeph">cxf_client.properties</samp> file that you imported in the prerequisites step.</li>
+    <li>Edit the <samp class="codeph">cxf_client.properties</samp> file that you imported in the prerequisites step.
     <ol type="a">
         <li>Ensure the scenarioType parameter is set to client.</li>
         <li>Set the initialSelection parameter to the location of your WSDL file.</li>
@@ -31,11 +31,12 @@
                <ul>
                 <li><a href="../tasks/cxf_ant_client_prop_ref.html">CXF Web service client Ant task properties file reference</a></li>
             </ul>
+            <p>Save the properties file.</p>
         </li>
-   Save the properties file.
     </ol>
+    </li>
     <li>Select the <samp class="codeph">cxf_client.xml</samp> file and from the top level menu and
-   select <b>Run > External Tools > External Tools Configurations</b>.</li>
+   select <b>Run &gt; External Tools &gt; External Tools Configurations</b>.</li>
     <li>In the dialog that opens select <b>Ant Build</b> and then select the <b>New launch configuration</b> button in the toolbar.
    Select the <b>JRE</b> tab and select <b>Run in the same JRE as the workspace</b>.
    Click <b>Apply</b> and then <b>Run</b>.</li>
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/install_cxf_facet.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/install_cxf_facet.html
index d6376e3..7b56e77 100755
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/install_cxf_facet.html
+++ b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/install_cxf_facet.html
@@ -15,8 +15,8 @@
 <li>Let the Web Services wizards do it for you automatically when creating a Web service with Apache CXF.</li>
 <li>Select a CXF project configuration or modify another configuration when creating a new Dynamic Web Project
 <p><img src="./images/facet_configuration.png" alt="Project Configuration" > </p></li>
-<li>Right-click on a Dynamic Web Project and choose <b>Properties</b> from the context menu.<br/> On the the <b>Project Facets</b> 
- properties page select the <b>CXF 2.x Web Services</b> facet in the list and click <b>OK</b>.
+<li>Right-click on a Dynamic Web Project and choose <b>Properties</b> from the context menu.<p>On the the <b>Project Facets</b> 
+ properties page select the <b>CXF 2.x Web Services</b> facet in the list and click <b>OK</b>.</p>
  <p><img src="./images/project_facets.png" alt="Project Facets" > </p></li>
 </ol>
 <p><img src="../images/ngrelr.png" alt="Related reference" border="0" ></p>
diff --git a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/manage_cxf_lib_export.html b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/manage_cxf_lib_export.html
index 8aa8675..a1d8b19 100755
--- a/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/manage_cxf_lib_export.html
+++ b/docs/org.eclipse.jst.ws.cxf.doc.user/tasks/manage_cxf_lib_export.html
@@ -13,7 +13,7 @@
 <p>By default projects configured with the CXF facet are setup to resolve the CXF libraries to the WEB-INF/lib folder at deployment time.</p>
 <p>This however greatly increases the size of the deployed web module. If the web or application server you are deploying to is already configured with the Apache CXF libraries you
 can disable this option in the Apache CXF preferences.</p>
-<p>To enable or disable this functionality in a existing <b>Dynamic Web Project</b> already configured with the CXF Facet right-click on the project and choose <b>Properties</b>.<br/></p>
+<p>To enable or disable this functionality in a existing <b>Dynamic Web Project</b> already configured with the CXF Facet right-click on the project and choose <b>Properties</b>.</p>
 <p><img src="./images/deployment_assembly.png" alt="Deployment Assembly"></p>
 Select the <b>Deployment Assembly</b> properties page and remove the <b>Apache CXF Library</b>.
 <h3>Using CXF 2.6.0</h3>
diff --git a/docs/org.eclipse.jst.ws.jaxws.doc.isv/META-INF/MANIFEST.MF b/docs/org.eclipse.jst.ws.jaxws.doc.isv/META-INF/MANIFEST.MF
index cbaf7a4..e78b658 100644
--- a/docs/org.eclipse.jst.ws.jaxws.doc.isv/META-INF/MANIFEST.MF
+++ b/docs/org.eclipse.jst.ws.jaxws.doc.isv/META-INF/MANIFEST.MF
@@ -3,5 +3,5 @@
 Bundle-Localization: plugin
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.jst.ws.jaxws.doc.isv;singleton:=true
-Bundle-Version: 1.1.0.qualifier
+Bundle-Version: 1.1.100.qualifier
 Bundle-Vendor: %pluginProvider
diff --git a/docs/org.eclipse.jst.ws.jaxws.doc.isv/reference/extension-points/org_eclipse_jst_ws_annotations_core_annotationCategory.html b/docs/org.eclipse.jst.ws.jaxws.doc.isv/reference/extension-points/org_eclipse_jst_ws_annotations_core_annotationCategory.html
index f66a8cd..63a2ddf 100644
--- a/docs/org.eclipse.jst.ws.jaxws.doc.isv/reference/extension-points/org_eclipse_jst_ws_annotations_core_annotationCategory.html
+++ b/docs/org.eclipse.jst.ws.jaxws.doc.isv/reference/extension-points/org_eclipse_jst_ws_annotations_core_annotationCategory.html
@@ -49,7 +49,7 @@
 <br>
 <p class="note SchemaCopyright">
 Copyright (c) 2009 Shane Clarke. <br>
-All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at <ahref="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>
+All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>
 
 </p>
 </BODY>
diff --git a/features/org.eclipse.jst.ws.cxf.feature/feature.xml b/features/org.eclipse.jst.ws.cxf.feature/feature.xml
index 75ffacb..6a01e00 100644
--- a/features/org.eclipse.jst.ws.cxf.feature/feature.xml
+++ b/features/org.eclipse.jst.ws.cxf.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.jst.ws.cxf.feature"
       label="%featureName"
-      version="1.1.0.qualifier"
+      version="1.1.1.qualifier"
       provider-name="%featureProvider"
       plugin="org.eclipse.jst.ws.cxf.core"
       image="eclipse_update_120.jpg"
diff --git a/features/org.eclipse.jst.ws.cxf_sdk.feature/feature.xml b/features/org.eclipse.jst.ws.cxf_sdk.feature/feature.xml
index bc76721..0b5b3ec 100644
--- a/features/org.eclipse.jst.ws.cxf_sdk.feature/feature.xml
+++ b/features/org.eclipse.jst.ws.cxf_sdk.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.jst.ws.cxf_sdk.feature"
       label="%featureName"
-      version="1.1.0.qualifier"
+      version="1.1.1.qualifier"
       provider-name="%featureProvider"
       image="eclipse_update_120.jpg"
       license-feature="org.eclipse.license"
diff --git a/features/org.eclipse.jst.ws.jaxws_userdoc.feature/feature.xml b/features/org.eclipse.jst.ws.jaxws_userdoc.feature/feature.xml
index c8220c0..ca9baef 100644
--- a/features/org.eclipse.jst.ws.jaxws_userdoc.feature/feature.xml
+++ b/features/org.eclipse.jst.ws.jaxws_userdoc.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.jst.ws.jaxws_userdoc.feature"
       label="%featureName"
-      version="1.0.200.qualifier"
+      version="1.0.201.qualifier"
       provider-name="%featureProvider"
       license-feature="org.eclipse.license"
       license-feature-version="1.0.0.qualifier">