<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-15">
<META content="MSHTML 6.00.2900.3314" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Hi list:</DIV>
<DIV> </DIV>
<DIV>Has anyone had success implementing XMLThemeLegend in a way that the groups under each theme can expand and collapse individually? I added a domcollapse.js script in the .html file and a trigger statement in .css and render.html as below but resulting in collapsing the whole legend layer. Could someone provide some guidance? Thank you. </DIV>
<DIV> </DIV>
<DIV>Jessica </DIV>
<DIV> </DIV>
<DIV>[repeat theme]<BR><h3 class="trigger"><BR> <tr><BR> <td BGCOLOR="#dddddd" width="20">[theme_input]</td><BR> <td BGCOLOR="#dddddd" colspan="3"><span class="label">[theme_name]</span></td><BR> </tr><BR></h3><BR> [repeat group]<BR> [if group_theme_id = theme_id]<BR> [if group_visible = "true"]<BR> <tr><BR> <td width="20">&nbsp;</td><BR> <td width="20">[group_input]</td><BR> <td width="20"><img src="[group_icon]"></td><BR> <td><span class="label">[group_name]</span></td><BR> </tr><BR> [end]<BR> [end]<BR> [end]<BR>[end]</DIV></BODY></HTML>