[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Pass variables through URL
Subject: Re: [xsl] Pass variables through URL
From: "Werner, Wolfgang" <mail@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 17 Oct 2004 21:33:55 +0200
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
this is a possible alternative:
<xsl:element name='img'>
<xsl:attribute name='src'>
<xsl:text>./php/chart_age.php?age1=</xsl:text>
<xsl:value-of select='$age1'/>
...
</xsl:attribute>
</xsl:element>
Regards,
Wolfgang
Jen Jiang wrote:
| Here's how I pass age1,age2,age3 in my xslt file. I'm
| not sure if this is the right way to do it.
|
| <img
| src="./php/chart_age.php?age1={$age1}&age2={$age2}&age3={$age3}"/>
|
|
|
| Thanks,
|
|
|
|
| _______________________________
| Do you Yahoo!?
| Declare Yourself - Register online to vote today!
| http://vote.yahoo.com
|
|
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Cygwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBcskjqjaicDyx8o8RAifEAJ9R1WLeO4oTg3k+3eNFzh8/1wBIFwCfVuCs
sPCtPBSQxAeiUy5hWCDOHjQ=
=8NIr
-----END PGP SIGNATURE-----
|