TransmitterUtilities5Convert Method |
Run XSLT stylesheet on the xml input document.
Namespace: SwissDecTXAssembly: SwissDecTX.Transmitter5 (in SwissDecTX.Transmitter5.dll) Version: 5.0.0.0 (5.0.0.0)
Syntaxpublic void Convert(
XmlDocument xml,
XslCompiledTransform stylesheet,
out string output
)
Public Sub Convert (
xml As XmlDocument,
stylesheet As XslCompiledTransform,
<OutAttribute> ByRef output As String
)
public:
virtual void Convert(
XmlDocument^ xml,
XslCompiledTransform^ stylesheet,
[OutAttribute] String^% output
) sealed
function Convert(xml, stylesheet, output);
Parameters
- xml XmlDocument
- Input document.
- stylesheet XslCompiledTransform
- XSLT stylesheet. Can be null, 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