|
Home > Archive > BizTalk Server Orchestration > April 2004 > BTS-2004, using xml processig instruction in business rules engine
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
BTS-2004, using xml processig instruction in business rules engine
|
|
|
| Hi all,
I need to use xml processing instruction in business rules engine. In the rule, I need to update the value for it. I am not able to create the vocabulary for this. Can anyone tell me how to do it.
Thanx in advance,
Sunil
| |
| Matt Milner 2004-04-14, 7:37 pm |
| Create a .net class with a method that takes a typedxmldocument.
pass the document into the message during rule processing and get the
xmldocument property to access the dom. Then you should be able to
maniuplate the processing instructions using the DOM.
Matt
"Sunil" <anonymous@discussions.microsoft.com> wrote in message
news:A15B0DBF-0318-4130-ABC1-8E48E83792E5@microsoft.com...
> Hi all,
>
> I need to use xml processing instruction in business rules engine. In the
rule, I need to update the value for it. I am not able to create the
vocabulary for this. Can anyone tell me how to do it.
>
> Thanx in advance,
> Sunil
>
|
|
|
|
|