It is used at the APIAny_ExecuteSQLQueryID goodie function.
typedef struct { const char *query; IO::Location *xmlLoc; GS::Bool8 useDefaultXSL; char filler_1[3]; IO::Location *xslLoc; } API_SQLQuery;
Members
- query
- The query text itself.
- xmlLoc
- The resulting xml file location.
- useDefaultXSL
- If it is true, the default xsl file will be used for viewing this xml file, else the file given below.
- xslLoc
- The xsl file, which has to be used for viewing this xml file.
Remarks
The xslLoc
variable may be NULL, if this xml won’t be viewed with any xsl file.
Requirements
- Version: API 4.1 or later
- Header: APIdefs_Goodies.h