StMsgAttachXML Syntax StMsgAttachXML(strXPath, xml, src_XPath); strXPath XPath to a Message node where a DOM node is appended. xml An XML string from which an XML DOM node is loaded. src_XPath DOM node that is appended to a Message node Description StoryTeller tool function. Appends an XML DOM node – loaded from an XML string – to a Message node. Returns N/A Example StMsgAttachXML("/","<MyString>" , "/Resources" );
StMsgAttachXML(strXPath, xml, src_XPath);
strXPath
xml
src_XPath
StMsgAttachXML("/","<MyString>" , "/Resources" );