HD$ GetXMLAnswers Method  
This function returns an XML string of answers from the current interview. For example, you could use this string to overlay the current interview's answers on top of an existing answer file, thus updating the answer file with any answers that have been entered during the interview.

 

JavaScript API: Embedded
Assembly: hotdocs.js Version: 1.0.0.0 (1.0.0.0)
Syntax

 
 
JavaScript
 
function GetXMLAnswers(callback);

Parameters

callback
Type: function
A function to which the requested string of XML answers will be passed.
See Also

 

Reference