fix minor html syntax errors release60_uc_base
authorkganfield@netbeans.org
Mon, 05 Nov 2007 09:01:06 +0000
changeset 1834d05ac0e51ebd
parent 1833 58eb9302e9e3
child 1835 e7b18a2f4b06
fix minor html syntax errors
visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/web/create/jsp/about_jsp_encoding.html
visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/web/create/jsp/jsp_encoding_page.html
visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/web/create/jsp/jsp_encoding_request.html
visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/web/create/jsp/jsp_encoding_response.html
     1.1 --- a/visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/web/create/jsp/about_jsp_encoding.html	Mon Nov 05 08:07:40 2007 +0000
     1.2 +++ b/visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/web/create/jsp/about_jsp_encoding.html	Mon Nov 05 09:01:06 2007 +0000
     1.3 @@ -61,33 +61,34 @@
     1.4  component. This lets you control the encoding that the page uses when it is sent to the 
     1.5  browser. The web page encoding must be set appropriately so that the characters are rendered correctly 
     1.6  for a given locale. For details, click <a href="jsp_encoding_response.html">here</a>.</li></ul>
     1.7 -All modern web browsers understand UTF-8, so that is a safe encoding to pick for the response. 
     1.8 +<p>All modern web browsers understand UTF-8, so that is a safe encoding to pick for the response. 
     1.9  In the IDE, it is a good encoding at the page level too. This is why UTF-8 is the default page character encoding
    1.10 -and also the default response character encoding for JSP files created in the IDE.
    1.11 +and also the default response character encoding for JSP files created in the IDE.</p>
    1.12 +
    1.13  <dl>
    1.14 -    
    1.15  <dt><a name="seealso">See Also</a>  </dt>
    1.16 -  <tr>
    1.17 -<td width="23"></td>
    1.18 -<td><object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    1.19 +<dd><object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    1.20           <param name="content" value="http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html">
    1.21           <param name="text" value="<html><u>Supported Encodings</u></html>">
    1.22           <param name="textFontSize" value="medium">
    1.23           <param name="textColor" value="blue">
    1.24 -</object><br>
    1.25 -<object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    1.26 +</object>
    1.27 +</dd>
    1.28 +<dd><object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    1.29           <param name="content" value="http://java.sun.com/j2ee/1.4/docs/tutorial/doc/WebI18N5.html">
    1.30  	 <param name="text" value="<html><u>Character Sets and Encodings</u></html>">
    1.31           <param name="textFontSize" value="medium">
    1.32           <param name="textColor" value="blue">
    1.33 -</object><br>
    1.34 -<object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    1.35 +</object>
    1.36 +</dd>
    1.37 +<dd><object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    1.38           <param name="content" value="http://java.sun.com/developer/technicalArticles//Intl/MultilingualJSP/">
    1.39           <param name="text" value="<html><u>Developing Multilingual Web Applications Using JavaServer Pages Technology</u></html>">
    1.40           <param name="textFontSize" value="medium">
    1.41           <param name="textColor" value="blue">
    1.42 -</object> </td>
    1.43 -</tr>
    1.44 +</object> 
    1.45 +</dd>
    1.46 +</dl>
    1.47  
    1.48  
    1.49  
     2.1 --- a/visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/web/create/jsp/jsp_encoding_page.html	Mon Nov 05 08:07:40 2007 +0000
     2.2 +++ b/visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/web/create/jsp/jsp_encoding_page.html	Mon Nov 05 09:01:06 2007 +0000
     2.3 @@ -64,19 +64,17 @@
     2.4  Use the JSP Property Groups section to add, remove, and 
     2.5  view a web application's JSP property groups. A JSP property group is a set of properties 
     2.6  defined for a group of JSP files within a web application. One of the properties you can
     2.7 -set here is the page encoding value for a group of JSP files.</li>
     2.8 -<table cellpadding="3" cellspacing="0" border="0">
     2.9 -   <tr valign="top">
    2.10 -      <td><img src="../../images/tip.gif" alt="tip">&nbsp;</td>
    2.11 -      
    2.12 -      <td>Only if the other two are absent is the <tt>contentType</tt> attribute of a JSP file's
    2.13 -	       <tt>page</tt> directive used as the page encoding.
    2.14 +set here is the page encoding value for a group of JSP files.
    2.15 +<ul class="note">
    2.16 +  <li>Only if the other two are absent is the <tt>contentType</tt> attribute of a JSP file's
    2.17 +  <tt>page</tt> directive used as the page encoding.
    2.18  If none of these are provided, utf-8 is used as the page encoding.
    2.19  A translation-time error results if you define the page encoding with one value in the JSP 
    2.20 -property group and then give it a different value in an invidual JSP file's <tt>pageEncoding</tt> directive.</td>
    2.21 -   </tr>
    2.22 -</table>
    2.23 -
    2.24 +property group and then give it a different value in an invidual JSP file's <tt>pageEncoding</tt> directive.</li>
    2.25 +</ul>
    2.26 +   </li>
    2.27 +</ul>
    2.28 +</li>
    2.29  </ol>
    2.30  
    2.31  <b>To set the page character encoding for a file in JSP document syntax:</b>
    2.32 @@ -90,20 +88,16 @@
    2.33   For JSP documents, you can change the page character encoding in one place only:
    2.34   <ul><li>The <tt>encoding</tt> attribute of an XML declaration at the beginning
    2.35   of the file. The XML declaration is also known as the XML prolog.</li></ul>
    2.36 -<table cellpadding="3" cellspacing="0" border="0">
    2.37 -   <tr valign="top">
    2.38 -      <td><img src="../../images/tip.gif" alt="tip">&nbsp;</td>
    2.39 -      
    2.40 -      <td>
    2.41 +<ul class="note">
    2.42 +      <li>
    2.43        The page encoding for JSP documents may also be <i>described 
    2.44        </i> in an individual JSP document's page directive or in a JSP property 
    2.45        group, as long as the values described there match the value derived from 
    2.46        the XML prolog. It is a translation-time error to specify different encodings 
    2.47        in the XML prolog and in the declarations in a JSP document or JSP property 
    2.48        group. If the XML prolog does not specify an encoding, the UTF-8 encoding 
    2.49 -      is derived instead.</td>
    2.50 -   </tr>
    2.51 -</table>
    2.52 +      is derived instead.</li>
    2.53 +</ul>
    2.54  </li>
    2.55  <li>Double-click the JSP file so that it opens in the Source Editor. The 
    2.56  default XML declaration of a JSP document created in the IDE includes an
    2.57 @@ -114,29 +108,29 @@
    2.58  <dl>
    2.59      
    2.60  <dt><a name="seealso">See Also</a> </dt> 
    2.61 -  <tr>
    2.62 -<td width="23"></td>
    2.63 -<td><object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    2.64 +<dd><object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    2.65           <param name="content" value="http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html">
    2.66           <param name="text" value="<html><u>Supported Encodings</u></html>">
    2.67           <param name="textFontSize" value="medium">
    2.68           <param name="textColor" value="blue">
    2.69 -</object><br>
    2.70 -<object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    2.71 +</object>
    2.72 +</dd>
    2.73 +<dd><object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    2.74           <param name="content" value="http://java.sun.com/j2ee/1.4/docs/tutorial/doc/WebI18N5.html">
    2.75  	 <param name="text" value="<html><u>Character Sets and Encodings</u></html>">
    2.76           <param name="textFontSize" value="medium">
    2.77           <param name="textColor" value="blue">
    2.78 -</object><br>
    2.79 -<object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    2.80 +</object>
    2.81 +</dd>
    2.82 +<dd><object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    2.83           <param name="content" value="http://java.sun.com/developer/technicalArticles//Intl/MultilingualJSP/">
    2.84           <param name="text" value="<html><u>Developing Multilingual Web Applications Using JavaServer Pages Technology</u></html>">
    2.85           <param name="textFontSize" value="medium">
    2.86           <param name="textColor" value="blue">
    2.87  </object>
    2.88 -</td>
    2.89 -</tr>
    2.90 +</dd>
    2.91  </dl>
    2.92 -<hr>
    2.93 +
    2.94 +    <hr>
    2.95  <small><a href="../../../credits.html">Legal Notices</a></small> </body>
    2.96  </html>
     3.1 --- a/visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/web/create/jsp/jsp_encoding_request.html	Mon Nov 05 08:07:40 2007 +0000
     3.2 +++ b/visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/web/create/jsp/jsp_encoding_request.html	Mon Nov 05 09:01:06 2007 +0000
     3.3 @@ -25,28 +25,28 @@
     3.4  <dl>
     3.5      
     3.6  <dt><a name="seealso">See Also</a> </dt> 
     3.7 -  <tr>
     3.8 -<td width="23"></td>
     3.9 -<td><object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    3.10 +<dd><object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    3.11           <param name="content" value="http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html">
    3.12           <param name="text" value="<html><u>Supported Encodings</u></html>">
    3.13           <param name="textFontSize" value="medium">
    3.14           <param name="textColor" value="blue">
    3.15 -</object><br>
    3.16 -<object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    3.17 +</object>
    3.18 +</dd>
    3.19 +<dd><object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    3.20           <param name="content" value="http://java.sun.com/j2ee/1.4/docs/tutorial/doc/WebI18N5.html">
    3.21  	 <param name="text" value="<html><u>Character Sets and Encodings</u></html>">
    3.22           <param name="textFontSize" value="medium">
    3.23           <param name="textColor" value="blue">
    3.24 -</object><br>
    3.25 -<object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    3.26 +</object>
    3.27 +</dd>
    3.28 +<dd><object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    3.29           <param name="content" value="http://java.sun.com/developer/technicalArticles//Intl/MultilingualJSP/">
    3.30           <param name="text" value="<html><u>Developing Multilingual Web Applications Using JavaServer Pages Technology</u></html>">
    3.31           <param name="textFontSize" value="medium">
    3.32           <param name="textColor" value="blue">
    3.33  </object>
    3.34 -</td>
    3.35 -</tr>
    3.36 +</dd>
    3.37 +</dl>
    3.38  
    3.39  
    3.40  
     4.1 --- a/visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/web/create/jsp/jsp_encoding_response.html	Mon Nov 05 08:07:40 2007 +0000
     4.2 +++ b/visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/web/create/jsp/jsp_encoding_response.html	Mon Nov 05 09:01:06 2007 +0000
     4.3 @@ -50,35 +50,37 @@
     4.4    Do not add a <tt>charset</tt> value to the <tt>page</tt> directive's <tt>contentType</tt> attribute
     4.5    attribute. In the absence of the <tt>charset</tt> value, the encoding specified for
     4.6    the page by means of the <tt>page</tt> directive's <tt>pageEncoding</tt> attribute
     4.7 -  is also that of the response.</li></li></ol>
     4.8 +  is also that of the response.</li>
     4.9 +</ul>
    4.10 +</li></ol>
    4.11  
    4.12  <p>For detailed information on response character
    4.13  encoding, see the references below.</p>
    4.14  <dl>
    4.15      
    4.16  <dt><a name="seealso">See Also</a> </dt> 
    4.17 -  <tr>
    4.18 -<td width="23"></td>
    4.19 -<td><object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    4.20 +<dd><object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    4.21           <param name="content" value="http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html">
    4.22           <param name="text" value="<html><u>Supported Encodings</u></html>">
    4.23           <param name="textFontSize" value="medium">
    4.24           <param name="textColor" value="blue">
    4.25 -</object><br>
    4.26 -<object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    4.27 +</object>
    4.28 +</dd>
    4.29 +<dd><object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    4.30           <param name="content" value="http://java.sun.com/j2ee/1.4/docs/tutorial/doc/WebI18N5.html">
    4.31  	 <param name="text" value="<html><u>Character Sets and Encodings</u></html>">
    4.32           <param name="textFontSize" value="medium">
    4.33           <param name="textColor" value="blue">
    4.34 -</object><br>
    4.35 -<object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    4.36 +</object>
    4.37 +</dd>
    4.38 +<dd><object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
    4.39           <param name="content" value="http://java.sun.com/developer/technicalArticles//Intl/MultilingualJSP/">
    4.40           <param name="text" value="<html><u>Developing Multilingual Web Applications Using JavaServer Pages Technology</u></html>">
    4.41           <param name="textFontSize" value="medium">
    4.42           <param name="textColor" value="blue">
    4.43  </object>
    4.44 -</td>
    4.45 -</tr>
    4.46 +</dd>
    4.47 +</dl>
    4.48  
    4.49  
    4.50