Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 15th, 2010, 12:01 PM
Friend of Wrox
 
Join Date: Nov 2007
Posts: 1,243
Thanks: 0
Thanked 245 Times in 244 Posts
Default

"using VS 2008" does not tell us which XSLT processor you use, unless you are running the stylesheets directly in the Visual Studio IDE and in that case the solution suggested earlier with exsl:node-set should work.
So what exactly are you doing when you say "using VS 2008"? Do you use .NET code with System.Xml.Xsl.XslCompiledTransform?
__________________
Martin Honnen
Microsoft MVP (XML, Data Platform Development) 2005/04 - 2013/03
My blog
The Following User Says Thank You to Martin Honnen For This Useful Post:
patrickero (March 16th, 2010)
 
Old March 16th, 2010, 03:50 AM
Registered User
 
Join Date: Mar 2010
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
Default

I've done it! I've been using XslTransform() instead of XslCompiledTransform(), and it was the reason exsl:node-set hasn't work. Now everything works fine! Many thanks Martin for helping me!

Last edited by patrickero; March 16th, 2010 at 04:55 AM..





Similar Threads
Thread Thread Starter Forum Replies Last Post
sum function pcase XSLT 2 January 2nd, 2008 05:51 PM
sum() function felixm_jr Reporting Services 1 April 22nd, 2007 01:59 AM
Sum function accuracy problem nuthib Crystal Reports 1 June 21st, 2004 02:12 AM
sum function problem sherr8 Access 1 February 13th, 2004 03:06 PM
Need Help with the Sum Function athanatos XSLT 1 July 22nd, 2003 10:06 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.