Re: XmlNode as the custom functoid input
From: Phillip Evans (pmke_at_cyberelectric.net.au)
Date: 02/01/05
- Next message: Raj: "Re: XmlNode as the custom functoid input"
- Previous message: Anthony Morgan: "How can I clean out my BizTalkMsgBoxDb"
- Next in thread: Raj: "Re: XmlNode as the custom functoid input"
- Reply: Raj: "Re: XmlNode as the custom functoid input"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 2 Feb 2022 10:44:30 +1100
G'day Raj.
I am also trying to write a custom functoid that takes an XMLNode as input.
My fallback plan is to create a functoid that spits out an XSLT fragment to
do what I need done (and I think this would work for you).
I was wondering if you had managed to find an answer to your query (below)?
If so, would you mind sharing it please? It looks to me like custom
functoids can't access the XML DOM at all but the Mass Copy functoid clearly
IS doing it so it must be possible (whether it's supported or not is an
entirely different question).
Thanks in anticipation,
Phil.
"Raj" <Raj@discussions.microsoft.com> wrote in message
news:95E39B8B-52D7-4228-B81A-C7A89A6D963D@microsoft.com...
>I have an input XML as below
>
> <Book>
> <BookType>English</BookType>
> <Name>Intro to English</Name>
> </Book>
> <Book>
> <BookType>Science</BookType>
> <Name>Intro to Science</Name>
> </Book>
> <Book>
> <BookType>History</BookType>
> <Name>Intro to History</Name>
> </Book>
>
> and the output should look like
>
> <English>
> <Name>Intro to English</Name>
> </English>
> <Science>
> <Name>Intro to English</Name>
> </Science>
> <History>
> <Name>Intro to History</Name>
> </History>
>
>
> Iam trying to build a custom funtoid to accept XmlNode and give the output
> values as strings.Anybody know how to define XmlNode as the input param
> for
> the custom functoids?
> Thanks
> Raj
>
- Next message: Raj: "Re: XmlNode as the custom functoid input"
- Previous message: Anthony Morgan: "How can I clean out my BizTalkMsgBoxDb"
- Next in thread: Raj: "Re: XmlNode as the custom functoid input"
- Reply: Raj: "Re: XmlNode as the custom functoid input"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
- Re: XmlNode as the custom functoid input
... Unfortunately I couldnt pass a XML node structure to a custom functoid. ...
XSLT generated out during validating map files and by looking at the XSLT, ... (microsoft.public.biztalk.general) - Custom Functoid - intermitment toolbar image
... I'm using BizTalk 2004 SP1 on a Win2k server machine. ... I've compiled the
Custom Functoid example from the SDK. ... clicked Reset and the functoid bitmaps
appear under the String ... (microsoft.public.biztalk.general) - Re: XmlNode as the custom functoid input
... I reckon it looks like the Mass Copy functoid cheats and gets access to the
... So I've created a custom functoid that implements an XSLT call template. ...
(microsoft.public.biztalk.general)