IDesign::XMLData

 
BSTR XMLData(
              [in] BSTR Format,
              [in] BSTR XSL
);
 

Return Values

 
This property returns XML data containing the requested information. The output depends on the format specified, as well as any XSL stylesheets that have been applied.
 

Remarks

 
The Format parameter can currently be one of the following:
 
BOM - Request that all objects be exported in a Bill of Materials format.
DiagML - Request the default Diagnostic Strategy to be exported in DiagML format.
 
The XSL parameter allows for a stylesheet to be passed in for post-processing of the XML output. When this parameter contains an XSL stylesheet, it causes eXpress to invoke the XSL processor within the Microsoft DOM engine. The stylesheet must be written to handle the type of data requested. Errors during processing will be caught be eXpress and result in little or no data being returned. Therefore, debugging of XSL must occur outside of eXpress.