07-29-04 10:50 PM
Do you have any links going to member2 or any of its children? what is the v
alue of "Min Occurs" on the "member 2"?
Can you attach your schemas and map?
In general, if you want to control when node should be created you need to c
onnect logical functoid to it. If logical functoid returns true, then node w
ill be created, if it
returns false, the node (and all its children) will not be created.
Thanks,
Tatyana
--------------------
>Thread-Topic: Group Min and min
>thread-index: AcR1IVyB9TIJN1OUTxSoxHsdEosjtw==
>X-WBNR-Posting-Host: 66.162.252.20
>From: examnotes <gordon@discussions.microsoft.com>
>Subject: Group Min and min
>Date: Wed, 28 Jul 2004 21:06:01 -0700
>Lines: 12
>Message-ID: <9CFE97BF-846A-4FDD-862C-04C2AE5F37B1@microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Newsgroups: microsoft.public.biztalk.orchestration
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
>Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
>Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.orchestration:7428
>X-Tomcat-NG: microsoft.public.biztalk.orchestration
>
>Could someone explain the difference in more detail than what the biztalk p
rovides in the IDE? Here is my data values
>
><member1>
> <Lastname>Doe</Lastname>
> <Firstname>John</Firstname>
></member1>
> <member2>
> <Lastname></Lastname>
> <Firstname></Firstname>
></member2>
>
>I've created a map and I only want to return member1 and not the null values in mem
ber2 or I don't want the whole member2 node itself. I'm thinking it has something t
o
do with the min values but I'm not sure what I'm missinig. Thanks.
>
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this mess
age are best directed to the newsgroup/thread from which they originated.
[ Post a follow-up to this message ]
|