You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by st...@apache.org on 2005/09/09 00:32:40 UTC

svn commit: r279660 [2/2] - /beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/tagsXhtml.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/tagsXhtml.xml?rev=279660&r1=279659&r2=279660&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/tagsXhtml.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/tagsXhtml.xml Thu Sep  8 15:32:29 2005
@@ -37,7 +37,7 @@
     <netui:body>
     </netui:body>
 </netui:html>
-             ]]></source>
+]]></source>
              <p> There are two primary tags that create the valid HTML structure and provide the core services of
                  the NetUI tag library, &lt;netui:html> and &lt;netui:body>.  These two tags are related to each
                  other.  Together they work together to create valid HTML.  The page above represents the typical
@@ -54,7 +54,7 @@
                      <a href="site:pageflow_tagsJavascript_ScriptContainer">ScriptContainers</a> topic.
                  </p>
                  <p> Typically if the html tag rendered this content it would be illegal
-                     because the end tag &lt;/body> immediately precedes the &lt;/html> the end tag and there is
+                     because the end tag &lt;/body> immediately precedes the &lt;/html> end tag and there is
                      no legal content allowed between these two end tags.  In order
                      to create legal HTML, the &lt;netui:body> tag defers to the Html tag to render content to the
                      generated page before the body end tag is rendered.  If the &lt;netui:body> tag is not present,
@@ -67,14 +67,14 @@
                  <p> The &lt;netui:body> JSP tag will output the HTML body tag.  In addition, it works with the
                      &lt;netui:html> tag to render the JavaScript and runtime errors before the &lt;/body> end
                      tag.  In addition, it will also work with the &lt;netui:scriptBlock> tag to position any
-                     JavaScript that must be position either before or after the framework generated JavaScript.
+                     JavaScript that must be positioned either before or after the framework generated JavaScript.
                      For more information see the <a href="site:pageflow_tagsJavascript_ScriptBlock">ScriptBlock</a>
                      information in the JavaScript Support topic.
                  </p>
              </section>
              <section id="ScriptBlockTag">
                  <title>ScriptBlock Tag</title>
-                 <p> The primary role of the &lt;netui:scriptBlock> is render HTML &lt;script> tags and position
+                 <p> The primary role of the &lt;netui:scriptBlock> is to render HTML &lt;script> tags and position
                      JavaScript on the page in relationship to the framework generated JavaScript.
                      The ScriptBlock requires both the &lt;netui:html> and &lt;netui:body> tag to position the
                      output.  Without these two tags, the JavaScript is written out inline.
@@ -120,8 +120,7 @@
 &lt;jsp-tag-config>
    &lt;doctype>html4-loose&lt;/doctype>
 &lt;/jsp-tag-config>
-
-                </source>
+</source>
             </section>
             <section id="DocumentFormat">
                 <title>Setting the Document Format</title>
@@ -136,8 +135,7 @@
 &lt;netui:html documentType="xhtml1-transitional">
     ...
 &lt;/netui:html>
-
-                </source>
+</source>
             </section>
         </section>
     </body>