Generates an HTML-formatted report, replacing specified keywords in a template file with specified values.
Input Arguments
0 |
File Path or Embedded File |
HTML Template File |
The path to the template HTML file to use for the report. |
1 |
File Path or Embedded File |
HTML Output File |
The path for the final HTML report. |
2 |
HTML Keyword Association List |
Keyword Association List |
A list of symbol-value pairs. When symbols appear in the HTML template, they will be replaced by the values in the final report. |
Return Arguments
None.
Returned Status
SUCCESS |
The report was successfully generated. |
FAILURE |
The template file could not be found. |
Remarks
Create a template by generating any standard HTML-formatted file. Then add symbols to the HTML file for later replacement.