Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies an XML transform.
Syntax
client server public static void applyTransform(
AifXml _documentXML,
AifSchemaStore _schemaStore,
CLRObject _outputStream)
Run On
Called
Parameters
- _documentXML
Type: AifXml Extended Data Type
The AifXml object to transform.
- _schemaStore
Type: AifSchemaStore Table
The AifSchemaStore table that contains the XSL for the transform.
- _outputStream
Type: CLRObject Class
The I/O stream for the output of the transform result.