TransmitterUtilities5ConvertDataFromFilesToFile Method |
Run XSLT stylesheet on the xml input document (data mode).
Namespace: SwissDecTXAssembly: SwissDecTX.Transmitter5 (in SwissDecTX.Transmitter5.dll) Version: 5.0.0.0 (5.0.0.0)
Syntaxpublic void ConvertDataFromFilesToFile(
string xmlFile,
string stylesheetFile,
string outputFile
)
Public Sub ConvertDataFromFilesToFile (
xmlFile As String,
stylesheetFile As String,
outputFile As String
)
public:
virtual void ConvertDataFromFilesToFile(
String^ xmlFile,
String^ stylesheetFile,
String^ outputFile
) sealed
function ConvertDataFromFilesToFile(xmlFile, stylesheetFile, outputFile);
Parameters
- xmlFile String
- Input document file on disk (contributions or synchronization data).
- stylesheetFile String
- XSLT stylesheet file on disk. Can be null or the empty string, in which case one of the internal stylesheets is used, en, de, fr or it, depending on the language that was set in the configuration (or the language of the last transmitted declaration, if configured to 'auto'). When no language configuration is found, the function uses the language identifier from the calling thread.
- outputFile String
- Name of the file that will be created with the output from the transformation.
Remarks
See Also