No announcements
Found 2777430 threads
-
5 Votes
Biztalk inline XSLT group and sum by element
Following is my working XSLT code (I omit a lot of detail elements for both voucherChildGL and voucherChildCost segments.Answered | 15 Replies | 2553 Views | Created by ZD Li - Tuesday, November 8, 2016 4:02 AM | Last reply by ZD Li - Tuesday, November 15, 2016 7:40 PM -
5 Votes
XSLT Mapping Question (Summing Values)
xml version="1.0" encoding="UTF-16"?Answered | 10 Replies | 6596 Views | Created by BTSLearner - Monday, May 14, 2012 10:01 PM | Last reply by Duarte RF - Wednesday, May 16, 2012 8:25 AM -
1 Votes
XSLT : Cummulative Sum (Conditional)
I used custom XSLT similar to the one you've given here.Answered | 4 Replies | 7979 Views | Created by PManual - Friday, July 5, 2013 4:25 PM | Last reply by PManual - Wednesday, July 24, 2013 7:56 PM -
0 Votes
inline xslt error emty output and cumulative sum
Hi, I think you'll have to resort to a recursive function, see solution 2 here Regards, RenéAnswered | 7 Replies | 1678 Views | Created by anilraos - Wednesday, September 18, 2013 8:43 AM | Last reply by Dhiraj Bhavsar - Wednesday, September 18, 2013 1:37 PM -
0 Votes
XSLT grouping of elements in order
Here is an example stylesheet: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> ...Answered | 1 Replies | 3440 Views | Created by Adwait B - Monday, April 20, 2009 5:09 PM | Last reply by Martin Honnen - Monday, April 20, 2009 5:27 PM -
3 Votes
How to group data based on multiple elements in XSLT
The block "Distinct nodes on multiple keys with XSLT" of XSLT 1.0 is similar to my case .Answered | 5 Replies | 4683 Views | Created by ZD Li - Wednesday, November 23, 2016 10:02 PM | Last reply by Mauricio Feijo - Tuesday, November 29, 2016 7:07 PM -
2 Votes
XSLT - Handling empty values (element/attribute etc) - IE tables issue
HI Martin, coming back to this, is using the XSLT function 'normalize-space()' the best way to test if a value exists in element/attribute?Answered | 6 Replies | 12915 Views | Created by Tryst - Tuesday, April 21, 2009 11:27 PM | Last reply by Martin Honnen - Tuesday, May 12, 2009 5:41 PM -
6 Votes
Dynamic array in XSLT 1.0, (used in biztalk map as inline xslt call template)
This is because for every element the transform must scan every preceding element.Answered | 7 Replies | 14104 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
Group elements by same attribute
xml version="1.0" encoding="UTF-16"?Answered | 3 Replies | 3002 Views | Created by Kunal G - Friday, November 22, 2013 10:40 AM | Last reply by Kunal G - Friday, November 22, 2013 11:31 AM -
0 Votes
How to get the sum of group sum
If you have noticed in my above post I have used IIf statement in the group level which mean I am testing the group total if it is Negative then I am not including ...Answered | 4 Replies | 2891 Views | Created by voices23 - Thursday, September 13, 2012 7:50 PM | Last reply by Syed Qazafi Anjum - Sunday, September 16, 2012 9:24 PM -
0 Votes
Sum of Textbox value in Column group
Hi, If i am taking the field.value , it will shows the sum of all values.Answered | 5 Replies | 6106 Views | Created by Dileep sankar - Tuesday, November 22, 2011 6:39 AM | Last reply by Asim Bagwan - Tuesday, November 22, 2011 9:35 AM -
3 Votes
Help in Sum of Sum of Group
Select sum(volume) Volume,sum(Interest) Interest ,COUNT(*) total_count from #group Best Regards,Uri Dimant SQL Server ...Answered | 4 Replies | 1503 Views | Created by Khan_K - Wednesday, June 17, 2020 5:06 PM | Last reply by Khan_K - Friday, June 19, 2020 4:02 PM -
0 Votes
Group By in XSLT on particular field element
xml version="1.0" encoding="UTF-8"?Answered | 5 Replies | 2608 Views | Created by Help on BizTalk - Wednesday, October 10, 2012 6:55 AM | Last reply by SriramNarayanan - Wednesday, October 10, 2012 12:21 PM -
2 Votes
Cannot get Incremental Value in XSLT
So, I would like to put a condition in such a way that if there is a value for street element then only XSLT will generate entire resultdetail element with ...Answered | 6 Replies | 4444 Views | Created by Dhanvin - Friday, November 13, 2009 10:12 AM | Last reply by Dhanvin - Saturday, November 14, 2009 9:22 AM -
1 Votes
How to grouping elements and sum values in XSLT 1.0
The XSLT below handles a group for each Charge_Code_Item XML fragment based on the Charge_Code element value.Answered | 3 Replies | 6932 Views | Created by Maheshma - Monday, July 20, 2020 6:15 PM | Last reply by Maheshma - Tuesday, July 21, 2020 5:06 PM -
0 Votes
How Can i get a Current Date on XSLT 1.0
XSLT 1.0 has extensibility mechanism that allows to use .NET Framework power.Answered | 2 Replies | 6436 Views | Created by Maheshma - Friday, July 17, 2020 3:00 PM | Last reply by Maheshma - Sunday, July 19, 2020 5:00 PM -
0 Votes
Grouping in Custom XSLT
XSLT Works Perfectly for my problem..!Answered | 3 Replies | 6728 Views | Created by Vignesh Sukumar - Wednesday, November 28, 2012 12:34 PM | Last reply by Vignesh Sukumar - Thursday, November 29, 2012 6:03 AM -
1 Votes
XSLT: get a count of elements in buckets/groupings?
You can use Muenchian grouping like this: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" ...Answered | 2 Replies | 5274 Views | Created by tomkmvp - Friday, February 18, 2011 6:24 PM | Last reply by tomkmvp - Friday, February 18, 2011 9:44 PM -
2 Votes
How to Recursively Sum a Sum?
Learn how to follow ISO-11179 data element naming conventions and formatting rules.Answered | 14 Replies | 1781 Views | Created by ryguy72 - Thursday, July 10, 2014 6:48 PM | Last reply by ryguy72 - Wednesday, October 8, 2014 1:18 AM -
0 Votes
Can we use XSLT in XSD ?
Even if you embedded xslt inside the schema (e.g. using schema annotation elements) it would not be executed.Answered | 7 Replies | 4996 Views | Created by Manikanth_Hyderabad - Tuesday, July 28, 2009 10:37 AM | Last reply by Manikanth_Hyderabad - Wednesday, July 29, 2009 12:35 PM - Items 1 to 20 of 2777430 Next ›
No announcements