Redefined the usage of --xsl command option.

This commit is contained in:
Markus Kauppila 2011-07-01 12:36:57 +03:00
parent 065297879a
commit 4fdb4d47e7
4 changed files with 58 additions and 42 deletions

View file

@ -37,6 +37,7 @@ typedef struct Attribute {
* Note: XML creation is not thread-safe!
*
* \param rootTag Root tag for the XML document
* \param xslStyle Name of the style sheet file. (empty string if no style is used)
* \return The generated XML output
*/
char *XMLOpenDocument(const char *rootTag, const char *xslStyle);