This is a search engine friendly CGI program that outputs help documents.
The LufDoc (Live User Fed Documentation) comment system will be implemented soon.

PSP Help Doc Indexer System

(Version 1.4.1)


Declaration:

function sds_export_xml(const from, table_tag, row_tag: string): string;

Arguments:

from SDS table path
table_tag Table tag name ('table' will be assumed if empty)
row_tag Row tag name ('row' will be assumed if empty)

Description:

Exports SDS table as XML data.

Returns:

XML document as string.

Usage:

s := sds_export_xml('test.sds');

See also:

sds_export_csv, sds_export_sds, sds_export_sql.

PSP Help documents