04-27-05 10:52 PM
Sure.
Unless you need to transform the data into something else for a reason
(delivery, et al), the map shouldnt really be used.
Another, likely better option, is to send the message into the business
rules engine using the "exists" condition on the node that may or may not be
there. Then you can even call a database.
Likely you can also use the expression shape to do an xml logical existence.
Create a variable as a sys.xml.xmldocument and check the intellisense to see
if an appropriate method is there. If so, you can check it there, and take
a decision shape on the result, or whatever
"ChuckD_Duncan" <cduncan@guardianangelcorp.com> wrote in message
news:27c68cf1a1a67c75f9761a8a8290ae55@lo
calhost.talkaboutsoftware.com...
> Thanks... that gives me some idea of a direction to head. It makes me
> think that dealing with the multiple records might be done in the map...
> like putting these into separate Database records, or iterating over them
> to process the information ??
> I will keep tinkering and see if I can learn how to manage this.
>
[ Post a follow-up to this message ]
|