You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by bu...@apache.org on 2011/07/17 17:17:25 UTC

svn commit: r792932 - /websites/staging/esme/trunk/content/docs/clients/pure-javascript-client.html

Author: buildbot
Date: Sun Jul 17 15:17:24 2011
New Revision: 792932

Log:
Staging update by buildbot

Modified:
    websites/staging/esme/trunk/content/docs/clients/pure-javascript-client.html

Modified: websites/staging/esme/trunk/content/docs/clients/pure-javascript-client.html
==============================================================================
--- websites/staging/esme/trunk/content/docs/clients/pure-javascript-client.html (original)
+++ websites/staging/esme/trunk/content/docs/clients/pure-javascript-client.html Sun Jul 17 15:17:24 2011
@@ -56,10 +56,12 @@ proof-of-concept to show that a very sim
 any dependence on the server-side programming  language.  Based on the
 current implementation, it could be embedded in  Java, C#, etc. It could
 run in a variety of environments including  SharePoint, SAP Portal, etc.</p>
-<p>This first version offers:
- * Long-polling
- * Flexible design
- * The client uses XSL transformation to create HTML from the XML that originates from Apache ESME’s REST-API.</p>
+<p>This first version offers:</p>
+<ul>
+<li>Long-polling</li>
+<li>Flexible design</li>
+<li>The client uses XSL transformation to create HTML from the XML that originates from Apache ESME’s REST-API. </li>
+</ul>
 <p><a name="PureJavaScriptClient-HTMLpage"></a></p>
 <h3 id="html_page">HTML page</h3>
 <div class="codehilite"><pre><span class="o">&lt;</span><span class="n">script</span> <span class="n">type</span><span class="o">=</span><span class="s">&quot;text/javascript&quot;</span> <span class="n">language</span><span class="o">=</span><span class="s">&quot;javascript&quot;</span><span class="o">&gt;</span>