No announcements
Found 1558970 threads
-
1 Votes
Check child and subchild if parent node is checked in treeview
But in your code, parent node is checked only when all child nodes are checked but uncheckes when all child nodes are unchecked.Answered | 5 Replies | 10937 Views | Created by Amit Govil (MCC) - Monday, April 25, 2011 6:08 AM | Last reply by Mike Feng - Wednesday, April 27, 2011 8:25 AM -
4 Votes
BizTalk map vs XSLT performance
I have noticed that in some instances the XSLT generated by the mapper is not as efficient as XSLT that you can write yourself.Answered | 4 Replies | 1445 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
XSLT question
http://stackoverflow.com/questions/3127108/xsl-xsltemplate-match http://www.tutorialspoint.com/xslt/xslt_apply_template.htm ...Answered | 1 Replies | 533 Views | Created by LaraCr0ft - Friday, May 6, 2016 7:13 PM | Last reply by SMSVikasK - Monday, May 9, 2016 7:20 AM -
0 Votes
Can you delete a parent node without deleting the child nodes?
As TreeNode In NodeToRemove.Nodes NodesToPreserve.Add(Node) Next NodeParent.Nodes.Remove(NodeToRemove) For Each node As TreeNode ...Answered | 2 Replies | 1947 Views | Created by loi-se - Saturday, February 16, 2013 7:00 PM | Last reply by Crazypennie - Saturday, February 16, 2013 10:53 PM -
0 Votes
Count XML nodes with the same name dependent upon parent node
In addition to other replies, you can get the actor nodes which are not under a document node using the SelectNodes method: XmlNodeList xmlNL = ...Answered | 5 Replies | 4794 Views | Created by snarestudios - Friday, June 29, 2012 1:45 PM | Last reply by Louis.fr - Monday, July 2, 2012 9:34 AM -
0 Votes
DFWP XSLT - multi column sorting in default view
If you are getting an error from sorting in the user friendly way then there may be something wrong with your web part (although I couldn't tell you what off the top of my head.Answered | 3 Replies | 6441 Views | Created by JoyceeeO - Tuesday, June 30, 2009 12:11 AM | Last reply by SLF05 - Tuesday, June 30, 2009 1:15 PM -
2 Votes
Sorting Parent Child Hirarichy in SSAS
In your scenario, the members were sorted like the order APR 2014, AUG 2014, DEC 2014, FEB 2014...is caused by that you sort the members using PeriodName filed.Answered | 2 Replies | 1575 Views | Created by Khaled - Thursday, October 23, 2014 1:39 PM | Last reply by Charlie Liao - Sunday, October 26, 2014 8:49 AM -
0 Votes
Adding new node to xml as a first child using xslt
the output should be <root id=1 name=c> <new ...Answered | 4 Replies | 11397 Views | Created by Dudy_22 - Sunday, December 2, 2012 2:56 PM | Last reply by Martin Honnen - Tuesday, December 11, 2012 6:37 PM -
3 Votes
BizTalk 2010 - Maps - Looping through repeating node for a single node output
Hi @Tanmoy: I tried your solution, but unfortunately the looping functoid is not translated in Xslt as expected, so it's not ...Answered | 11 Replies | 5089 Views | Created by Jer-ome - Thursday, October 9, 2014 6:01 PM | Last reply by Jer-ome - Wednesday, October 22, 2014 8:01 PM -
2 Votes
create treenode (parent and child) for each node xml
So you are always adding to treeView1.Nodes[0].Answered | 2 Replies | 1834 Views | Created by olwan - Monday, July 20, 2015 11:07 AM | Last reply by Yazid HAMDI - Monday, July 20, 2015 12:07 PM -
0 Votes
how to build parent child node in xml ?
Hi, below is the xml file my issue is in parent child node...Answered | 14 Replies | 10557 Views | Created by kanchanshah - Wednesday, September 2, 2009 8:59 PM | Last reply by KJian_ - Monday, September 7, 2009 3:50 PM -
1 Votes
get parent node of the selected child node in treeview in asp.net
Hi You could not find node.Answered | 2 Replies | 5636 Views | Created by kriinfra - Tuesday, November 1, 2011 5:11 AM | Last reply by Ed Price - MSFT - Friday, November 4, 2011 2:53 AM -
2 Votes
Memory leaks with XSLT Transform?
But the real speed up will only happen if you re-code your usage of the APIs to use the approach suggested above.Answered | 8 Replies | 6791 Views | Created by Windhoek - Wednesday, April 14, 2010 7:10 AM | Last reply by Windhoek - Wednesday, May 5, 2010 3:35 AM -
0 Votes
Problem on using XSLT in the map
Only those special logic in XSLT and other by functioid will be more easier.Answered | 11 Replies | 4579 Views | Created by SNS_SUNNY - Friday, September 9, 2011 9:52 AM | Last reply by Leonid Ganeline - Monday, September 19, 2011 2:45 AM -
0 Votes
Xml getting all parent node
; for (int i = 0; i < nodeList.Count; i++) ...Answered | 7 Replies | 18869 Views | Created by Rain3204 - Tuesday, July 1, 2008 11:11 AM | Last reply by Rain3204 - Wednesday, July 2, 2008 6:49 AM -
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 | 1710 Views | Created by Nitin Surya - Thursday, September 1, 2016 6:22 AM | Last reply by Nitin Surya - Thursday, September 1, 2016 11:55 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 | 797 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 -
0 Votes
How to sort by the node name?
How can I to convert the source get the result (sort by node name) ...Answered | 2 Replies | 5267 Views | Created by Anonymous9153 - Friday, December 30, 2011 4:23 AM | Last reply by Anonymous9153 - Friday, December 30, 2011 8:44 AM -
5 Votes
need XSLT help
So for the part of the mapping which you are expecting to do from xslt can be easily done using the looping, equals and value mapping functoid.Answered | 4 Replies | 682 Views | Created by Ammu_Biz - Saturday, July 23, 2016 6:31 PM | Last reply by Mandar Dharmadhikari - Tuesday, July 26, 2016 10:02 AM -
1 Votes
XSLT issue
Can you show me the XSLT and how you want the output to appear?Answered | 8 Replies | 2994 Views | Created by BTS_LEARNER - Saturday, November 26, 2011 6:42 PM | Last reply by la Cour - Sunday, November 27, 2011 7:44 PM
No announcements