You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xml.apache.org by "Kazi the P i R @ t {-" <ka...@ewarna.com> on 2001/08/16 07:33:29 UTC

XSLT :: Html Drop Down Menus :: Xml

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:     webmaster@xml.apache.org
To unsubscribe, e-mail:          general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org