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?
|