Up: Elements reference



<srow> – table row with simple syntax

Attributes:

xml:lang
human language (inherited)
id
unique name (identifier)
style/class
style properties and class (e.g. for CSS)

Possible Contents: Text

Description: One table row. The columns are separated by `|' characters. This is intended for simple rows that don't need special formatting. It saves you from typing this <cell>...</cell> stuff.

Example

See <table>.