Mapping: multiple elements to one Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Mapping: multiple elements to one This topic has 2 replies, 1 voice, and was last updated 9 years, 3 months ago by community-content. Viewing 1 reply thread Author Posts February 9, 2009 at 7:31 AM #21663 community-content Hello,I try to map the following xml files, but i don´find any solution..has anybody an idea? Source:<root> <element name=”car”>ford</element> <element name=”color”>red</element> …</root> Target:<vehicle car=”ford” color=”red” … /> best regards February 9, 2009 at 4:34 PM #21666 community-content You need to use the Logical Equals (LEq) and Value Mapping(Flattening) (VM(f)) functoids element/@name — LEq (“car”) — VM(f) ——– vehicle/@carelement ————————————-| element/@name — LEq (“color”) — VM(f) ——– vehicle/@colorelement —————————————-| February 10, 2009 at 5:31 AM #21671 community-content Thanks a lot! I used the Value Mapping functoid instead of Value Mapping (Flattening). Now it works 🙂 Author Posts Viewing 1 reply thread The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies. Log in / Register