This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

sending parameters client side


hi!
ok, think client side. i want to have test.xml use a stylesheet to render
itself. then i want the output page to be able to call itself again with
different values eg. "file://test.xml?bgcolor=green" - then have the xsl pick it up
with <xsl:param name="bgcolor">white</param>, and then use this value to
make the page look different <body bgcolor="{$bgcolor}">
is this not possible?

thanks!

-- 
Sent through GMX FreeMail - http://www.gmx.net


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]