Serna Help File Format

To create Element Help, you can use the Element Help template:
  1. Run Serna.

  2. Choose Document -> New Document .

  3. In the New Document Dialog, select Syntext -> Element Help template.

Serna element help definitions must reside in its own predefined namespace. Also, namespace mapping applies to all mentioned element and attributes, so it is possible to use mapped namespace prefixes for matches.

<h:serna-help
xmlns:h="http://www.syntext.com/Extensions/ElementHelp-1.0"
  adp-file="adp-file">
  <h:element-help match="myelem">
     <!-- element help definition ... -->
  </h:element-help>
  <h:attr-group name="mygroup">
     <!-- attribute help definitions and/or group refs -->
  </h:attr-group>
</h:serna-help>