Author: jonathan
Date: Mon Jan 28 04:06:31 2008
New Revision: 13064

Log:

Typos & formatting

Modified:
   trunk/mashup/java/xdocs/helloworldclient.html

Modified: trunk/mashup/java/xdocs/helloworldclient.html
==============================================================================
--- trunk/mashup/java/xdocs/helloworldclient.html       (original)
+++ trunk/mashup/java/xdocs/helloworldclient.html       Mon Jan 28 04:06:31 2008
@@ -21,7 +21,7 @@
 
     
 <p>The Mashup Server supports the quick and easy creation of Web services
-        clients written in HTML and JavaScript. You can use the <a 
href="generatedresources.html#stub">javascript stubs(?stub)</a> generated by
+        clients written in HTML and Javascript. You can use the <a 
href="generatedresources.html#stub">Javascript stubs (?stub)</a> generated by
         the Mashup Server to invoke the mashup services from your web page.</p>
 
 
@@ -39,7 +39,7 @@
     
 <p>In Notepad or your favorite html editor, type the following text:</p>
 
-<pre class="Code">&lt;html&gt;<br>    &lt;head&gt;<br>        &lt;META 
http-equiv="Content-Type" content="text/html; charset=UTF-8"&gt;<br>        
&lt;title&gt;Hello World Client&lt;/title&gt;<br>        &lt;script 
type="text/javascript" src="/js/wso2/WSRequest.js"&gt;&lt;/script&gt;<br>       
 &lt;script type="text/javascript" 
src="/services/bob/helloworld?stub"&gt;&lt;/script&gt;<br>    &lt;/head&gt;<br> 
   &lt;body&gt;<br>        &lt;p&gt;  <br>            &lt;script&gt;<br>        
        &lt;!-- use the generated stub to call the mashup service --&gt;<br>    
                var response = helloworld.hello();<br>                &lt;!-- 
write the response to the browser --&gt;<br>                
document.write(response);<br>            &lt;/script&gt; <br>        &lt;/p&gt; 
  <br>    &lt;/body&gt;<br>&lt;/html&gt;</pre>
+<pre class="Code">&lt;html&gt;<br>    &lt;head&gt;<br>        &lt;META 
http-equiv="Content-Type" content="text/html; charset=UTF-8"&gt;<br>        
&lt;title&gt;Hello World Client&lt;/title&gt;<br>        &lt;script 
type="text/javascript" src="/js/wso2/WSRequest.js"&gt;&lt;/script&gt;<br>       
 &lt;script type="text/javascript" 
src="/services/bob/helloworld?stub"&gt;&lt;/script&gt;<br>    &lt;/head&gt;<br> 
   &lt;body&gt;<br>        &lt;p&gt;  <br>            &lt;script&gt;<br>        
        &lt;!-- use the generated stub to call the mashup service --&gt;<br>    
            var response = helloworld.hello();<br><br>                &lt;!-- 
write the response to the browser --&gt;<br>                
document.write(response);<br>            &lt;/script&gt; <br>        &lt;/p&gt; 
  <br>    &lt;/body&gt;<br>&lt;/html&gt;</pre>
 
 
     
@@ -54,7 +54,7 @@
 <p>Thats it, its so simple.</p>
 <p></p>
 </div>
-<p>© WSO2 Inc.</p>
+<p>&copy 2007-2008 WSO2 Inc.</p>
 
 </body>
 </html>

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to