Click or drag to resize

TransmitterUtilities5ConvertFromFiles Method

Run XSLT stylesheet on the xml input document.

Namespace: SwissDecTX
Assembly: SwissDecTX.Transmitter5 (in SwissDecTX.Transmitter5.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax
public void ConvertFromFiles(
	string xmlFile,
	string stylesheetFile,
	out string output
)

Parameters

xmlFile  String
Input document file on disk.
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.
output  String
Output from the transformation.
See Also