<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>&nbsp;</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>&nbsp;</DIV>
<DIV>Jessica </DIV>
<DIV>&nbsp;</DIV>
<DIV>[repeat theme]<BR>&lt;h3 class="trigger"&gt;<BR>&nbsp; &lt;tr&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;td BGCOLOR="#dddddd" width="20"&gt;[theme_input]&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;td BGCOLOR="#dddddd" colspan="3"&gt;&lt;span class="label"&gt;[theme_name]&lt;/span&gt;&lt;/td&gt;<BR>&nbsp; &lt;/tr&gt;<BR>&lt;/h3&gt;<BR>&nbsp; [repeat group]<BR>&nbsp;&nbsp;&nbsp; [if group_theme_id = theme_id]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [if group_visible = "true"]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td width="20"&gt;&amp;nbsp;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td width="20"&gt;[group_input]&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td width="20"&gt;&lt;img src="[group_icon]"&gt;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;&lt;span class="label"&gt;[group_name]&lt;/span&gt;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [end]<BR>&nbsp;&nbsp;&nbsp; [end]<BR>&nbsp; [end]<BR>[end]</DIV></BODY></HTML>