Section and field names are limited to 64 characters in length. They must be in ASCII and only contain alphanumeric characters and underscores. Section and field names are case-insensitive, and must not be duplicated (unless specified in the same comment block).
The first section in an HTML comment block is the one used. Any remaining will be ignored. For example, in the comment block
!- @@.section(mysection)@@ @@.section(mysection2)@@ -
``mysection2'' will be ignored.
The parser tries to be forgiving and flexible. Typically, white-space is not a problem. For example, the comment block
!- start of section @@ . section ( mysection ) @@ -would not produce any problems.
An important remark is to keep in mind that SOW does not format any information.