| larry franks 2004-02-08, 8:42 am |
| Martin, I've researched this and there does not appear to be a way to
accomplish this in the current version of the product.
I've got a few mail threads that I haven't received an answer on due to the
holidays, and if I get anything on them I'll post here, but as of now it
appears to not be possible.
Larry Franks
This posting is provided "AS IS" with no warranties,and confers no rights.
Subscribe at
http://support.microsoft.com/defaul...msdn/nospam.asp
&SD=msdn
--------------------
| From: "Martin Peters" <m.peters@hp.com>
| Subject: Custom cumulative functoid
| Date: Sat, 20 Dec 2003 17:24:24 +0100
| Lines: 29
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <e1fsHXxxDHA.1272@TK2MSFTNGP12.phx.gbl>
| Newsgroups: microsoft.public.biztalk.tools
| NNTP-Posting-Host: p0323.nas2-asd2.dial.wanadoo.nl 81.68.5.69
| Path:
cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGXS01.phx.gbl!TK2MSFTNGXA0
5.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| Xref: cpmsftngxa07.phx.gbl microsoft.public.biztalk.tools:3238
| X-Tomcat-NG: microsoft.public.biztalk.tools
|
| Hi all,
|
| I like to build a custom cumulative functoid. However, the code generated
by
| the mapper does not contain a function name. Normally the function name is
| taken from the pbstrName parameter of
| CannedFunctoid_GetFunctionDescripter().
|
| Is there a way to adapt my functoid so that the mapper puts function names
| in the generated XSL?
|
| This is the code generated by the mapper:
| <xsl:variable name="var:v7" select="userVBScript 0)" />
| <xsl:for-each select="/Source/Record1">
| <xsl:variable name="var:v8"
| select="userVBScript 0,string(REF/text()),"1000")" />
| </xsl:for-each>
| <xsl:variable name="var:v9" select="userVBScript 0)" />
| <REF>
| <xsl:value-of select="$var:v9" />
| </REF>
|
|
| To reproduce this, take the SampleFunctoid that comes with BizTalk and
| modify funcCatagory in FUNC_CATEGORY_CUMULATIVE and inputParamConn in
| CONNECT_TYPE_ALL_EXCEPT_RECORD.
|
| Any help is appreciated.
|
|
|
|