Subject: How to populate a HTML <select> tag..??
From: "Kevin Duffey" <kevin.duffey@xxxxxxxx>
Date: Sun, 21 Jan 2001 02:04:58 -0800
|
Hi all,
I am fairly new to XSL and am trying to figure this one out. I want to
transform xml into html, which I am able to do for the basic stuff. But,
when I want to do something like a select tag in html, how do I fill in such
tag attributes as value="", and so on using xsl? For example:
<select name="<xsl:value-of select='.'/>" size="1"><option
value="<xsl:value-of select='.'/>"></select>
My dilema is..how do I put xsl things inside the name=" " quotes, and so on
so that I can insert dynamic data from the xml input source?
Thanks.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|