10-27-04 10:49 PM
Hi Greg,
Where can I find the document on how to use xpath() function?
Thanks,
Cindy
"Greg Forsythe" wrote:
> Are you coding a pipeline component or an orchestration?
> I will assume an orchestration.
> The Biztalk message is interchangeable with an XmlDocument.
> Create an orchestration variable (MyXmlDocument) of type
> System.Xml.XmlDocument
> In an expression shape
>
> MyXmlDocument = BiztalkMessage;
>
> Depending on what you wish to do, you may find the xpath() function useful
> for direct access to the BiztalkMessage rather than creating the
> XmlDocument.
>
>
> Greg
>
> "Cindy Liu" <CindyLiu@discussions.microsoft.com> wrote in message
> news:C51EE0FC-3B89-4563-9F53-B683998CB968@microsoft.com...
> XmlDocument?
>
>
>
[ Post a follow-up to this message ]
|