having trouble creating drop down menus... * The html output appears with the <option> tags unclosed (i.e with the </option> ones missing) * my xml is such: . . . <main_thing id="007"> <name>James Bond</name> <subthing id="420"> <name>James Whatever</name> </subthing> </main_thing> : : * The goal was to create a dropdown menu which will list the main thing and the matching sub- thingies under it (maybe a bit indented.. to show the relationship) sumthin like this: 007 James Bond 420 James Whatever : * I am using the xsl:element thingy to create the option tags and the xsl:attribute thingy to insert the 'value' attibute int he option tags. In the tomcat console the following message is showing: XSL Warning: Illegal attribute name: value * HELP Kazi --------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]