nelson help reference

How to write help XML files for Nelson (elements, attributes, examples, tips).

📝 Syntax

  • (root) — REQUIRED child:

  • Header:, <language>, <module_name>, <chapter>, <short_description>

  • Sections: <syntax>, <param_input>, <param_output>, <description>, <examples>, <see_also>, <history>, <authors>, <bibliography>

📥 Input argument

  • language - Locale used by the XSLT to select labels and localized text. Examples: en_US, fr_FR. This element is required on the root .

  • keyword - Main identifier shown as the page title by the XSLT. If absent, the XSLT falls back to or "Documentation".

📤 Output argument

  • html - The XSLT generates an HTML file using local assets: highlight.css, nelson_common.css and nelson_help.js. Images are copied via the extension ext:copy_img.

📄 Description

A human-readable reference and definitive example set describing the XML help file format defined by nelson_help.xsd, and how nelson_html.xslt transforms its elements into HTML.

Use to provide the main documentation body. It accepts paragraphs (

), lists (

Last updated

Was this helpful?