| Jan Eliasen 2004-03-18, 2:00 pm |
| On Mon, 15 Mar 2004 21:33:24 -0000, "Ian McWilliams"
<ian.mcwilliams@ntlworld.com> wrote:
Hi.
Just map the fields in the input to the fields in the output. BizTalk
will generate one element in the output for each element in the
source.
>I havt map to an XML document which contians the following nodes:
>
> <Name Type="Registered">
> <Element Type="Title">Element_1</Element>
> <Element Type="Family Name">Element_2</Element>
> <Element Type="Forename">Element_2</Element>
> </Name>
> <Name Type="Alias">
> <Element Type="Alias">Element_3</Element>
> </Name>
> <Name Type="Initials">
> <Element Type="Initials"></Element>
> </Name>
>
>The XDR sows Name minoccurs 1 maxoccurs * and Element minoccurs 1
>maxoccurs*. In the destination pane in BizTalk 2002 mapper I ony see the
>Name node once and when I expand that I only see on Element node.
>
>How do I get access to the other occurences of Name and Element.
>
>Thanks, Ian
>
--
Jan Eliasen, representing himself and not the company he works for.
MCP in Microsoft BizTalk Server
|