[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Drop down menu populated by xml data


Subject: Re: [xsl] Drop down menu populated by xml data
From: Colm Gallagher <colm.gallagher@xxxxxxxxx>
Date: Thu, 30 Sep 2004 11:42:57 +0100

<select>
<xsl:for-each select="whatever">
<option><xsl:attribute name="value"><xsl:value-of
select="@value"/></xsl:attribute><xsl:value-of select="."/></option>
</xsl:for-each>
</select>


On Thu, 30 Sep 2004 11:31:41 +0100, Aaron Johnson
<aaron2.johnson@xxxxxxxxx> wrote:
> Hi...
> 
> Can anyone recommend a tutorial or example of how to get xml data output to
> an html drop down list via xsl?
> 
> Have seen this example:
> 
> http://www.topxml.com/code/default.asp?p=3&id=v19991015235958
> 
> Are there any others?
> 
> Any pointers would be much appreciated.
> 
> AJ
> ......................................................................
> 
> Aaron Johnson
> GUI / XSLT development
> Academic Technologies Group [ATG]
> University of the West of England
> 
> ext: 81051
> t: 0117 3281051
> www: http://atg.uwe.ac.uk/aaron
> e: aaron2.johnson@xxxxxxxxx
> ......................................................................
> 
> ......................................................................
> 
> SECURITY POLICY:
> 
> Please note that ATG will only accept
> e-mail attachments in the following
> formats:
> 
> .doc,.gif,.jpg,.mdb,.png,.xls,.zip,.psd
> 
> ...as a mac user I will accept files
> compressed using Dropstuff.
> ......................................................................
> 
> This communication is intended solely
> for the use of the individual(s) to whom
> it is addressed. Any opinions presented
> are those of the author and do not
> necessarily represent the University of
> the West of England, Bristol.
> ......................................................................
> 
> This email has been independently scanned for viruses and any virus detected has been removed using McAfee anti-virus software
> 
> 



-- 
Colm


Current Thread
Keywords