Redefined the usage of --xsl command option.
This commit is contained in:
parent
065297879a
commit
4fdb4d47e7
4 changed files with 58 additions and 42 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue