FDO API Reference Feature Data Objects

static FDO_API_COMMON FdoXslTransformer* FdoXslTransformer::Create FdoXmlReader inDoc = NULL,
FdoXmlReader stylesheet = NULL,
FdoXmlWriter outDoc = NULL,
FdoIoTextWriter log = NULL
[static]
 

Constructs an XSL Transformer object.

Parameters:
inDoc Input the XML document to transform.
stylesheet Input the XSL stylesheet with transformation instructions.
outDoc Output the transformed XML document.
Warning:
The transformed document is not completely written until 'outDoc' and this transformer are destroyed by releasing all references to them. Therefore, these objects must be destroyed before reading back the transformed document.
Parameters:
log Input the logging object which captures messages and warnings.
Returns:
Returns FdoXslTransformer

Comments or suggestions? Send us feedback.