You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by bb...@apache.org on 2007/07/06 01:23:10 UTC

svn commit: r553687 - /incubator/xap/site/docs/xmodify/content/troubleshooting.html

Author: bbuffone
Date: Thu Jul  5 18:23:09 2007
New Revision: 553687

URL: http://svn.apache.org/viewvc?view=rev&rev=553687
Log:
fixed several typos.

Modified:
    incubator/xap/site/docs/xmodify/content/troubleshooting.html

Modified: incubator/xap/site/docs/xmodify/content/troubleshooting.html
URL: http://svn.apache.org/viewvc/incubator/xap/site/docs/xmodify/content/troubleshooting.html?view=diff&rev=553687&r1=553686&r2=553687
==============================================================================
--- incubator/xap/site/docs/xmodify/content/troubleshooting.html (original)
+++ incubator/xap/site/docs/xmodify/content/troubleshooting.html Thu Jul  5 18:23:09 2007
@@ -23,12 +23,12 @@
 							<!-- start: body of page -->
 <p><h2><span class="Title">Trouble Shooting</span></h2></p>
 
-<p>There are several reasons that the execution of xModify will fail.  This below are some </p>
+<p>There are several reasons that the execution of xModify will fail.  Listed below are some of the reasons: </p>
 
 <ul>
 	<li>
 		<b>xModify script not loaded properly:</b>
-		<p>Make sure that the &lt;script/&gt; that load the xModify library points to the correct location.</p><br>
+		<p>Make sure that the &lt;script/&gt; tag that loads the xModify library points to the correct location.</p><br>
 	</li>
 	<li>
 		<b>The url is invalid:</b>
@@ -36,23 +36,23 @@
 	</li>
 	<li>
 		<b>The the resonse to the url isn't denoted as an XML document:</b>
-		<p>In order for the document to be parsed by the browser the content type need to be xml.  The
+		<p>In order for the document to be parsed by the browser the content type needs to be xml.  The
 		browser will automatically assume that is the case if the extension is .xml.  If you are using
 		a server-side scripting framework set the content-type header to be "text/xml"</p><br>
 	</li>
 	<li>
 		<b>The response is not properly formatted XML:</b>
-		<p>One of the issue with XML is that it is easy to make an invalid XML document.  Check all the tag to make sure they
+		<p>One of the issue with XML is that it is easy to make an invalid XML document.  Check all the tags to make sure they
 		are closed properly</p><br>
 	</li>
 	<li>
-		<b>The select attribute of the instruction not valid or does not select the correct node:</b>
+		<b>The select attribute of the instruction is not valid or does not select the correct node:</b>
 		<p>This is common problem, look at the select attribute and make sure the value will select the
 		approriate elements.</p><br>
 	</li>
 	<li>
 		<b>The contents of the operations is not correct:</b>
-		<p>If you are using the set-innerhtml and the content is not valid HTML than it will not be set properly.</p><br>
+		<p>If you are using the set-innerhtml and the content is not valid HTML then it will not be set properly.</p><br>
 	</li>	
 </ul>