HTML Tidy  5.9.15
The HTACG Tidy HTML Project
Provide the -xml-help Service

Detailed Description

Functions

static void print_xml_help_option_element (ctmbstr element, ctmbstr name)
 Outputs an XML element for a CLI option, escaping special characters as required. More...
 
static void xml_help (void)
 Provides the -xml-help service. More...
 

Function Documentation

◆ print_xml_help_option_element()

static void print_xml_help_option_element ( ctmbstr  element,
ctmbstr  name 
)
static

Outputs an XML element for a CLI option, escaping special characters as required.

For example, it might print <name>-output <file></name>.

Parameters
elementXML element name.
nameThe contents of the element.

◆ xml_help()

static void xml_help ( void  )
static

Provides the -xml-help service.