Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Functoid › Re: Functoid
December 12, 2006 at 2:02 AM
#16846
Or you can use the scripting functoid with Inline XSLT
<outputNode>
<xsl:for-each select="repeatingNode">
<xsl:value-of select="."/>
</xsl:for-each>
<outputNode>