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


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to