HTML Tidy 5.8.0
The HTACG Tidy HTML Project
 
Loading...
Searching...
No Matches
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.
 
static void xml_help (void)
 Provides the -xml-help service.
 

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 &lt;file&gt;</name>.

Parameters
elementXML element name.
nameThe contents of the element.

◆ xml_help()

static void xml_help ( void )
static

Provides the -xml-help service.