Skip to content

Instantly share code, notes, and snippets.

@chadspencer
Created October 27, 2009 20:11
Show Gist options
  • Save chadspencer/219905 to your computer and use it in GitHub Desktop.
Save chadspencer/219905 to your computer and use it in GitHub Desktop.
<label class="right">State
<select name="fields[state]">
<option value=""></option>
<xsl:for-each select="states/state">
<option value="{.}"><xsl:value-of select="." /></option>
</xsl:for-each>
</select>
</label>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment