RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLTransform.SourceXmlDocument Property

Specifies the DOM interface for the XML document to be converted.

Pascal
property SourceXmlDocument: IDOMDocument;
C++
__property IDOMDocument SourceXmlDocument;

Specify the document to be translated as the value of SourceXmlDocument. SourceXmlDocument can be any type of XML document, including an XML data packet. It must, however, conform to the schema expected by the transformation specified by TransformationFile or TransformationDocument. If the transformation converts a specific type of XML document into a data packet, then SourceXmlDocument is a document with the expected schema. If the transformation converts a data packet into an XML document, SourceXmlDocument is the interface to an XML data packet with the expected metadata. 

SourceXmlDocument is used only if the SourceXMLFile and SourceXml properties have not been set. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!