Added user-supplied XSL style sheets for XML-based test reports.

Added new command line option: --xsl.
This commit is contained in:
Markus Kauppila 2011-06-30 17:11:39 +03:00
parent cdc832d2b9
commit 5f77401c49
8 changed files with 62 additions and 12 deletions

View file

@ -39,7 +39,7 @@ typedef struct Attribute {
* \param rootTag Root tag for the XML document
* \return The generated XML output
*/
char *XMLOpenDocument(const char *rootTag);
char *XMLOpenDocument(const char *rootTag, const char *xslStyle);
/*!
* Closes the XML-document.