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 June 21st, 2007, 11:24 AM
Authorized User
 
Join Date: Jun 2007
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Default passing parameters from one xsl to another

I have an xsl stylesheet that is backed by a java package...

I am obtaining several parameters through my java code, in turn i have them on the xsl stylesheet, that is not a problem....

i also have a javascript function that loads another xsl stylesheet into a frame onto the other page....i want to pass the parameter between the first xsl stylesheet that receives them, and the second that is loaded later that is not linked with the java

is this possible?
 
Old June 21st, 2007, 12:05 PM
mhkay's Avatar
Wrox Author
 
Join Date: Apr 2004
Posts: 4,962
Thanks: 0
Thanked 292 Times in 287 Posts
Default

It's not possible in the XSLT. It might well be possible in the calling application, but in that case it's not an XSLT question.

Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference
 
Old June 21st, 2007, 12:52 PM
Authorized User
 
Join Date: Jun 2007
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Default

i have passed xsl variables with javascript before, would that be possible in this case
 
Old June 21st, 2007, 01:02 PM
Authorized User
 
Join Date: Jun 2007
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Default

also:

is it possible to set the parameters in the java code to multiple stylesheets?
 
Old June 21st, 2007, 01:23 PM
mhkay's Avatar
Wrox Author
 
Join Date: Apr 2004
Posts: 4,962
Thanks: 0
Thanked 292 Times in 287 Posts
Default

Yes you can pass parameters from Javascript into XSLT, but not from one stylesheet into another stylesheet (unless they're different parts of the same stylesheet...)

Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference





Similar Threads
Thread Thread Starter Forum Replies Last Post
Passing parameters to XSL shahbhat XSLT 4 August 27th, 2008 11:08 AM
passing parameters to xsl stylesheets smys123 Java Basics 2 June 22nd, 2007 03:42 PM
Problems passing xsl parameters from javascript mxxz XSLT 4 November 3rd, 2006 11:21 AM
Passing parameters ceema Crystal Reports 0 February 15th, 2006 04:03 AM
passing command line parameters to xsl rameshnarayan XSLT 4 August 3rd, 2005 06:21 AM





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