????This description is based on development with Visual Studio as tool which is also what we recommend?????
Anchor | ||||
---|---|---|---|---|
|
...
Now try and drag and drop “DistributionObjectName” into the map canvas and drag a connection from it to a target element.
Right click your project of type “Integration Account” and choose Build/Rebuild.
Go to the bin/Debug folder and verify that an XSLT file has been created. Try opening the file in e.g., Notepad++
The XSLT file contains code that is inserted by the custom functoid. That code will be executed in a runtime scenario, where data from Link will be retrieved and inserted as part of the actual data transformation.
<xsl:variablename="var:v1"select="ScriptNS0:GetDocumentDistributionObjectName()" />
...
Assert.AreEqual(xmlOutput.SelectSingleNode("//SomeXpath/someElement").InnerText, "Testing123");