|
ERRCODE TFormer_SetXmlDataFileEx |
( |
HTFORM |
pInstance, |
|
|
LPCSTR |
pszFileName, |
|
|
LPCSTR |
pszXsltFileName, |
|
|
LPCSTR |
pszXsltTFC | |
|
) |
| | |
Specifies a XML-File as DataSource and transforms it with the given XSLT.
- Returns:
- - ErrOk (0) in case of success
- Non-zero if error occurred
- Parameters:
-
[in] | pInstance | The TFORMer-Instance provided by a previous call to TFormer_Init. |
[in] | pszFileName | Data-file name |
[in] | pszXsltFileName | XSLT Data-file name, if NULL then no transformation is done on given data file |
[in] | pszXsltTFC | XSLT TFC-file name. Internal Use ONLY (generates TFC File from given xml file) |
- Warning:
- Internal use only!
- See also:
- TFormer_SetTxtDataFile, TFormer_SetImportFieldForRecordCopy, TFormer_SetXmlDataFile.
|