No announcements
Found 188887 threads
-
0 Votes
Inline XSLT mapping
If it is possible by XSLT call templte , can you tell me the XSLT code for this?Answered | 3 Replies | 895 Views | Created by rocky._ - Wednesday, September 30, 2015 1:41 PM | Last reply by Girish R. Patil - Wednesday, September 30, 2015 4:34 PM -
1 Votes
Map XSLT inline script output to input functoid
Why can't you use a Map?Answered | 8 Replies | 1718 Views | Created by Caioshinn - Wednesday, November 5, 2014 11:32 PM | Last reply by Johns-305 - Friday, November 7, 2014 1:41 PM -
3 Votes
Inline XSLT implementation for IF then ELSE
See here: XSLT xsl:choose Element xsl:choose supports xsl:when = IF and xsl:otherwise = ELSE.Answered | 4 Replies | 1899 Views | Created by Nitin Surya - Thursday, September 1, 2016 6:22 AM | Last reply by Nitin Surya - Thursday, September 1, 2016 11:55 AM -
6 Votes
Dynamic array in XSLT 1.0, (used in biztalk map as inline xslt call template)
The Xsl is virtually impossible to maintain in tiny text block editor and looking at the Map designer gives no hint as to what may be happening.Answered | 7 Replies | 14201 Views | Created by Rik_at_BTS - Tuesday, February 8, 2011 5:03 AM | Last reply by la Cour - Wednesday, February 9, 2011 7:41 AM -
1 Votes
Calling external assembly from inline XSLT
Use custom XSLT in map and in that use the userC# for c# functions and call that in custom XSLT.Answered | 9 Replies | 7342 Views | Created by Sharif Atteia Issa - Tuesday, July 17, 2012 11:31 AM | Last reply by Sandro Pereira - Monday, July 30, 2012 11:55 PM -
4 Votes
BizTalk map vs XSLT performance
A BizTalk Map compiles to XSLT.Answered | 4 Replies | 1650 Views | Created by sriaug - Thursday, November 17, 2016 2:28 PM | Last reply by Arindam Paul Roy - Thursday, November 17, 2016 4:31 PM -
0 Votes
Problem on using XSLT in the map
Ideally, you should use a scripting functoid and choose inline XSLT call Template for your requirement.Answered | 11 Replies | 4767 Views | Created by SNS_SUNNY - Friday, September 9, 2011 9:52 AM | Last reply by Leonid Ganeline - Monday, September 19, 2011 2:45 AM -
1 Votes
How to use Inline XSLT for conditional record count on Biztalk map
Configure as Inline XSLT.Answered | 5 Replies | 7449 Views | Created by ManuGT - Thursday, September 19, 2013 7:14 PM | Last reply by Prashant Singh[prashant.1704] - Friday, September 20, 2013 3:30 PM -
0 Votes
Date formatting in Inline XSLT using Scripting Functoid
I changed the Inline XSLT to Inline XSLT CallTemplate and its working fine now.Answered | 8 Replies | 11665 Views | Created by KKarthik - Tuesday, March 15, 2011 9:30 AM | Last reply by Chittidi - Wednesday, December 19, 2012 3:51 PM -
5 Votes
Biztalk inline XSLT group and sum by element
With the changing requirements, its important that you learn XSLT and BizTalk Mapping for your own benefit.Answered | 15 Replies | 2662 Views | Created by ZD Li - Tuesday, November 8, 2016 4:02 AM | Last reply by ZD Li - Tuesday, November 15, 2016 7:40 PM -
0 Votes
Mapping Using XSLT
I was able to fix XSLT compilation issue.Answered | 7 Replies | 911 Views | Created by BizTalk Consultant - Tuesday, February 9, 2016 12:30 PM | Last reply by Johns-305 - Tuesday, February 9, 2016 4:10 PM -
3 Votes
Using XSLT instead of Functoids in mapping
The golden thumb rule is that if any condition in your map requires more than 5 functoid you should switch to XSLT, be it inline,call template or Custom ...Answered | 5 Replies | 1078 Views | Created by Christiane0696 - Friday, September 26, 2014 5:16 PM | Last reply by Maheshkumar S Tiwari - Saturday, September 27, 2014 7:00 AM -
0 Votes
Map External xslt input parameters
Hi, As i have understand your question that you need to call an external XSLT in MAP.Answered | 5 Replies | 8575 Views | Created by BTS User - Thursday, January 5, 2012 2:36 PM | Last reply by Yagya Mishra - Saturday, January 7, 2012 1:35 PM -
1 Votes
Custom XSLT in Map
Custom XSLT and Links are exclusive.Answered | 4 Replies | 968 Views | Created by Prem.Boddireddy - Wednesday, December 17, 2014 12:22 PM | Last reply by Prem.Boddireddy - Thursday, December 18, 2014 7:26 AM -
2 Votes
Custom XSLT path in Map
Hi Vineeth, XSLT is complied as part of *.dll in which map (*.btm) file is build/complied.Answered | 7 Replies | 2554 Views | Created by Vineeth V.L - Monday, September 30, 2013 9:19 AM | Last reply by Johns-305 - Monday, September 30, 2013 1:09 PM -
0 Votes
Inline XSLT call template + for each on string containing values separated by comma
Take a look at this: http://stackoverflow.com/questions/136500/does-xslt-have-a-split-function It might be what you're looking for.Answered | 2 Replies | 5036 Views | Created by Krishna Kal - Thursday, February 2, 2012 6:07 PM | Last reply by Rene Bik - Thursday, February 2, 2012 8:50 PM -
2 Votes
Regarding XSLT
we could use the XSLT in 2 ways inside Map through Inline XSLT & Inline XSLT call template.Answered | 11 Replies | 6395 Views | Created by Sridhar Gaddam - Friday, August 28, 2009 7:31 AM | Last reply by Andrew_Zhu - Wednesday, September 2, 2009 6:02 AM -
2 Votes
Map -- XSLT
It may be a bit difficult to achieve this within a single XSLT, as the Grouping and Sorting criteria/fields is different in your case.Answered | 2 Replies | 952 Views | Created by BTS User - Sunday, April 24, 2016 1:20 AM | Last reply by Arindam Paul Roy - Monday, April 25, 2016 6:04 AM -
5 Votes
Convert EXISTING Biztalk Map to XSLT??
Because, the use of looping functoids, any hardcoded values for fields in the biztalk mapper, multiple inputs on the map etc., would have an influence on the ...Answered | 3 Replies | 15622 Views | Created by HMonnig - Saturday, June 4, 2011 10:33 AM | Last reply by SriramNarayanan - Wednesday, June 8, 2011 2:56 AM -
0 Votes
configuration file xslt mapping script
But as BizTalk mapper also generates an xsl (right click the map and validate and select .xsl from output window).Answered | 3 Replies | 7205 Views | Created by Biztalker2009 - Tuesday, December 8, 2009 2:10 PM | Last reply by Tariq Majeed - Tuesday, December 8, 2009 3:49 PM - Items 1 to 20 of 188887 Next ›
No announcements