No announcements
Found 1181035 threads
-
0 Votes
XSLT with xmlns
http://stackoverflow.com/questions/1190734/xslt-on-ssrs-report maybe this link will give some assistance.Answered | 2 Replies | 2269 Views | Created by pagcts - Thursday, July 26, 2012 12:59 PM | Last reply by Joon84 - Friday, July 27, 2012 10:58 AM -
0 Votes
Problem on using XSLT in the map
Dear DPS Bali, I have read the example and don't think it can solve my issue.Answered | 11 Replies | 4682 Views | Created by SNS_SUNNY - Friday, September 9, 2011 9:52 AM | Last reply by Leonid Ganeline - Monday, September 19, 2011 2:45 AM -
2 Votes
Custom XSLT path in Map
XSLT file is not compiled as physical file.Answered | 7 Replies | 2461 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
XSLT Transformation
The xslt you have given will solve the purpose for the given scenario.Answered | 3 Replies | 908 Views | Created by Verma.Sumit - Thursday, July 17, 2014 7:32 AM | Last reply by M.R.Ashwin Prabhu - Monday, July 21, 2014 7:32 AM -
0 Votes
XSLT Problem
This is a very classic issue about sequence group mapping.Answered | 4 Replies | 6134 Views | Created by AdamSmile - Tuesday, November 24, 2009 1:48 PM | Last reply by Wen-Jun Zhang - Monday, November 30, 2009 9:42 AM -
2 Votes
XSLT - Handling empty values (element/attribute etc) - IE tables issue
Thus as with most issues what is the best way depends on the goal you have.Answered | 6 Replies | 12914 Views | Created by Tryst - Tuesday, April 21, 2009 11:27 PM | Last reply by Martin Honnen - Tuesday, May 12, 2009 5:41 PM -
0 Votes
XSLT, schemas, and XPath trouble
With XPath 1.0 to select elements in a namespace you need to bind a prefix to the namespace URI and use that prefix in your XPath expressions to qualify element ...Answered | 1 Replies | 3720 Views | Created by GameboyHippo - Wednesday, September 9, 2009 4:16 PM | Last reply by Martin Honnen - Wednesday, September 9, 2009 4:36 PM -
2 Votes
Memory leaks with XSLT Transform?
The most benefitial change would be to read the input XML with XmlReader (use XmlReader.Create to create one in 2.0), parse the top level stuff manually (like the root element and so) and if ...Answered | 8 Replies | 6925 Views | Created by Windhoek - Wednesday, April 14, 2010 7:10 AM | Last reply by Windhoek - Wednesday, May 5, 2010 3:35 AM -
0 Votes
Transformation using XSLT
Select source and destination schemas, but instead of mapping using the visual tool (links and functoids) you click on the mapping canvas and under properties choose "Custom XSLT ...Answered | 2 Replies | 7191 Views | Created by Manish kumar - Tuesday, March 1, 2011 6:52 AM | Last reply by Alastair Grant - Tuesday, March 1, 2011 10:10 AM -
1 Votes
XSLT quastion
What problem are you facing with this XSLT?Answered | 3 Replies | 2202 Views | Created by nitrov - Tuesday, August 14, 2012 12:38 PM | Last reply by Shiva Sadayan - Tuesday, August 14, 2012 1:58 PM -
0 Votes
XSLT transformation progress
Unfortunately after xslt transformation should be others non-xml transformations on data in memory, so if no easy way to do it I'll manage without this.Answered | 3 Replies | 8848 Views | Created by Alex_cs_gsp - Monday, May 31, 2010 3:46 PM | Last reply by Alex_cs_gsp - Saturday, June 5, 2010 8:25 AM -
1 Votes
Biztalk XSLT Mapping Tips and Tricks??
It can be done with xslt code.Answered | 4 Replies | 2358 Views | Created by JordanJ08 - Thursday, July 18, 2013 2:28 AM | Last reply by Leonid Ganeline - Thursday, July 18, 2013 8:36 PM -
0 Votes
using XSLT in WPF / deployment?
One other question- rather than deploy the XSLTs to the client machines (where users could read / edit the XSLT), it is possible to "compile" the ...Answered | 8 Replies | 7291 Views | Created by CCusson15 - Thursday, September 3, 2009 12:52 PM | Last reply by Bruce.Zhou - Monday, September 14, 2009 2:40 PM -
1 Votes
Custom XSLT in Map
Custom XSLT and Links are exclusive.Answered | 4 Replies | 890 Views | Created by Prem.Boddireddy - Wednesday, December 17, 2014 12:22 PM | Last reply by Prem.Boddireddy - Thursday, December 18, 2014 7:26 AM -
0 Votes
XSLT file documenter
Hi, There some tools available to document XSLT.Answered | 2 Replies | 1495 Views | Created by MullurMRAP - Tuesday, October 8, 2013 8:03 PM | Last reply by M.R.Ashwin Prabhu - Wednesday, October 9, 2013 8:09 AM -
1 Votes
XSLT and XML formatting
Well as long as the XSLT stylesheet has <xsl:output indent="no"/> you shouldn't get any additional indentation or ...Answered | 2 Replies | 3425 Views | Created by Kelvin Davies - Monday, January 23, 2012 3:43 PM | Last reply by Martin Honnen - Tuesday, January 24, 2012 11:09 AM -
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 XSLT.Answered | 5 Replies | 1011 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
XSLT syntax
can any one give me the syntax to contanenate two strings in xslt and to to trim two strings in xslt.Answered | 1 Replies | 2769 Views | Created by BTS_LEARNER - Tuesday, November 22, 2011 12:38 AM | Last reply by SriramNarayanan - Tuesday, November 22, 2011 1:03 AM -
0 Votes
XSLT vs XSL ?
XSLT stands for XSL Transformations.Answered | 1 Replies | 15834 Views | Created by Link.fr - Wednesday, June 8, 2011 7:59 PM | Last reply by Ying Hu - Thursday, June 9, 2011 2:40 AM -
0 Votes
XML to XML: XSLT or XSD?
XSLT is the right tool for XML transformations.Answered | 5 Replies | 8093 Views | Created by Chris Fink - Monday, February 28, 2011 6:01 PM | Last reply by Martin Honnen - Wednesday, March 2, 2011 10:43 AM
No announcements