HTML Tidy  5.6.0
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

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.
static void xml_help ( void  )
static

Provides the -xml-help service.