Skip to content

xmlCreateDocumentFromDataSet (XML Creation & Manipulation)

  • Purpose
  • This command is used to convert a DataSet into an XML document.
  • The Keys will be set equal to Attributes of the Data Definition mapped to the DataSet. The Values will be set using data from the DataSet.
  • To create a DataSet, Array Creation & Manipulation commands has to be used before this command.
  • Syntax
  • xmlCreateDocumentFromDataSet(DataSetName, VariableName )
  • Target
  • DataSetName  
  • Value
  • VariableName
  • Return Value
  •  XML document

Example(s):

Click here to see the example

 
 

Feedback and Knowledge Base