KVXMLSetStyleSheet()

This function is called directly and is used to specify the full path and file name of an external Style Sheet (XSL or CSS).

Syntax

BOOL pascal KVXMLSetStyleSheet(
    void    *pContext,
    char    *pszStyleSheetName,
    char    *pszRef);

Arguments

pContext

A pointer returned from fpInit() or fpInitWithLicenseData().

pszStyleSheetName

A pointer to the full path and file name of the style sheet.

pszUrlRef

A pointer to the URL or file name of style sheet.

Returns

Discussion