Re: Mapping with C# code
From: Jeff Lynch (abiztalkenthusiast_at_noemail.nospam)
Date: 03/11/05
- Previous message: BizSolutions: "Re: Strange behaviour in HWS SDK sample after installation of office 2003 service pack-1"
- In reply to: John Lee: "Mapping with C# code"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 11 Mar 2005 10:38:11 -0600
John,
You can use the scripting functoid and call an external assembly but I've
found it easier to have someone write the custom XSLT and reference this
from the map. If you look at the C# code generated by the BizTalk mapper
tool you'll find it uses the standard System.XML methods to accomplish this
transformation. The only other method I can think of is to create a custom
pipeline component and use the System.XML methods to do your own
transformation.
-- Jeff Lynch "A BizTalk Enthusiast" http://codebetter.com/blogs/jeff.lynch/ "John Lee" <johnl@newsgroup.nospam> wrote in message news:%23qXGuFlJFHA.3356@TK2MSFTNGP12.phx.gbl... > Hi, > > If the mapping is too complicated it will be hard to use mapper to do the > mapping job so the alternative is to create your own xlst to hook up into > the map ... but if I do not have resource understand xslt well but we have > tons of people can write C# code to transform the source to target using > xpath. > > Is there a better way to hook up a .net componet with mapper the similar > way bizTalk *.btm uses xlst? > > Thanks very much! > John >
- Previous message: BizSolutions: "Re: Strange behaviour in HWS SDK sample after installation of office 2003 service pack-1"
- In reply to: John Lee: "Mapping with C# code"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|