Simple table element

A simple table is used to describe tabular information that does not require control over the display properties and layout.

Example

			
<simpletable>
<sthead>
<stentry>Name, description</stentry>
<stentry>Location</stentry>
</sthead>
<strow>
<stentry>
<p>
<b>The Localization Industry Standards Association (LISA)</b> 
is an  international forum for organizations doing business globally. 
It has published a set of localization best practices that list the right 
and wrong ways to support international customers, products, 
and services.</p>
</stentry>
<stentry>
<xref href="http://www.lisa.org/" format="html" scope="external"/>
</stentry>
</strow>
...
</simpletable>
		    
Related concepts
Table element (<table>)