You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2007/01/13 00:29:45 UTC

svn commit: r495787 - /jakarta/commons/sandbox/i18n/trunk/xdocs/index.xml

Author: dennisl
Date: Fri Jan 12 15:29:43 2007
New Revision: 495787

URL: http://svn.apache.org/viewvc?view=rev&rev=495787
Log:
Fix the xdoc syntax so that the resulting xhtml is valid.

Modified:
    jakarta/commons/sandbox/i18n/trunk/xdocs/index.xml

Modified: jakarta/commons/sandbox/i18n/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/i18n/trunk/xdocs/index.xml?view=diff&rev=495787&r1=495786&r2=495787
==============================================================================
--- jakarta/commons/sandbox/i18n/trunk/xdocs/index.xml (original)
+++ jakarta/commons/sandbox/i18n/trunk/xdocs/index.xml Fri Jan 12 15:29:43 2007
@@ -28,28 +28,24 @@
 </section>
 
 <section name="Features at a glance">
-<p>
- <ul>
+<ul>
   <li>Messages that are part of an entity can be grouped together using bundles</li>
   <li>The localization takes place lately when accessing message entries. This allows printing the same message in different languages.</li>
   <li>Localized exceptions enable a java applications to provide detailed localized exception messages.</li>
   <li>XML and ResourceBundle based message providers</li>
   <li>Pluggable custom message providers enable access to existing data sources.</li>
- </ul>
-</p>
+</ul>
 </section>
 
 <section name="Releases">
 <p>
 None. This is a <i>sandbox</i> component.
 </p>
-<p>
- <ul>
+<ul>
   <li>The code is unreleased</li>
   <li>Methods and classes can and will appear and disappear without warning</li>
   <li>If you like the code and want to push it towards a release, join the mailing list!</li>
- </ul>
-</p>
+</ul>
 <p>
 You can obtain snapshot builds <a href="http://people.apache.org/repository/commons-i18n/distributions/">here</a>.
 </p>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org