20th May 2008
Aggregating messages is a fairly common task in BizTalk. By “aggregating” I mean taking two separate messages with repeating elements and combining them into a […]
14th March 2008
In this post: Methods in the helper class Notes on implementation Installation Instructions Problems with the Script Functoid Examples of Usage Download the code Testing […]
12th March 2008
It’s not that well documented, but Microsoft have a bunch of extra functions you can use from XPath expressions within XSLT. You can find the […]
29th February 2008
If you prefer to do your reading offline, then you can download the entire series of 13 posts as a single 68-page Microsoft Word document, […]
28th February 2008
In this section: Transformation Choices BizTalk Mapper Custom XSLT with the BizTalk Mapper External Transform Engine Transformation in code Which one should you use? Transformation […]
25th February 2008
In this section:Performance Summary of Tests Testing performance in isolation (non-BizTalk) Performance Test Results Measuring Memory Usage in BizTalk BizTalk Memory Test Results Byte Arrays […]
19th February 2008
Interestingly, all of the advanced functoids emit XSLT. No C# in sight at all. The reason for this is that the functoids in this category […]
17th February 2008
This category contains both Database and Cross Referencing Functoids – but they all connect to a database to retrieve/update data. Unlike all other default functoids, […]
15th February 2008
Of the functoids in this category, only Cumulative Sum has a counterpart in XSLT v1.0 – all the others can be performed in XSLT v2.0, […]
14th February 2008
Yet another category which has no direct support in XSLT v1.0 or XSLT v2.0! However, given the strong support for scientific functions in .NET, it’s […]