Sorting, Grouping, and Debatching Using BizTalk Messaging

Posted by: Stephen W. Thomas, on 03 Apr 2006 | View original | Bookmarked: 0 time(s)

In a past edition of The BizTalker, I talked about how easy it is to use custom XSLT inside the BizTalk Mapper to sort data.  Sorting data inside the map can be doing using inline XSLT like this:   <xsl:for-each select="Record"> <xsl:sort select="Id" data-type="number" order="ascending"/> <xsl:element name="Customers"> <xsl:element name="Id"><xsl:value-of select="Id" /></xsl:element> </xsl:element> </xsl:for-each>   Sometimes sorting...

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: BizTalk | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 1094 | Hits: 201

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD