RE: [xsl] Passing javascript value into xsl

Subject: RE: [xsl] Passing javascript value into xsl
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 6 Feb 2001 10:47:49 -0000
> I have the following problem: I would like to pass a value
> obtained from a
> pull down list (value obtained through xsl from an xml file)
> to a function
> that will filter the same xml file for additional data. The
> xsl for the pull down list is:

You sound as if you're trying to do all this within one XSLT transformation:
you seem confused between JavaScript that is executing as part of the
transformation, to generate HTML output, and script that is executing within
the dynamic HTML of the page you are generating, which might initiate
another separate transformation.

At any rate, if you're not confused, you managed to confuse me!

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread