There is no documentation, dtd or schema for the help file syntax, but you can grab the available tags from looking at the source code of lib/Horde/Help.php. var $_handlers = array( 'help' => '_helpHandler', 'entry' => '_entryHandler', 'title' => '_titleHandler', 'heading' => '_headingHandler', == "
"..."
" 'ref' => '_refHandler', == (link to a specific help entry?) 'eref' => '_erefHandler', =="..."" 'tip' => '_tipHandler', == ""..."" (tool tips?) 'warn' => '_warnHandler' == ""..."" (warning?) );