MoneyWorks Manual
Edit
!--sphider_noindex-->
CreateXMLDoc ()
Result type: An XML document handle
Definition: Creates an XML document that you can use to generate XML. Use this API to help ensure that the XML you generate is properly entity-encoded and cleanly formatted.
See Also:
AddXMLElement: Write an element to an XML document handle
BeginXMLElement: Write an opening tag to an XML document handle
EndXMLElement: Write a closing tag to an XML document
FinaliseXMLDoc: Get the finished XML as a string