<tree id="user-list" datasources="rdf:null"
containment="http://home.netscape.com/NC-irc#chanuser"
container="true" flex="1">
<template>
<treechildren flex="1">
<treeitem uri="...">
<treerow>
<treecell>
<image class="op-image"
state="rdf:http://home.netscape.com/NC-irc#op"/>
</treecell>
<treecell>
<image class="voice-image"
state="rdf:http://home.netscape.com/NC-irc#voice"/>
</treecell>
<treecell>
<text value="rdf:http://home.netscape.com/NC-irc#nick"/>
</treecell>
</treerow>
</treeitem>
</treechildren>
</template>
<!-- treecolgroup stuff omitted -->
<!-- treehead stuff omitted -->
</tree>