<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http:
xmlns:h="http:
xmlns:sc="http:
>
<h:head>
<title>Facelet Title</title>
</h:head>
<h:body>
<sc:tree>
<sc:treeNode label="Node 1">
<sc:treeNode label="Node 1-1"/>
<sc:treeNode label="Node 1-2"/>
</sc:treeNode>
<sc:treeNode label="Node 2"/>
<sc:treeNode label="Node 3"/>
</sc:tree>
</h:body>
</html>
Image from NetBeans 6.9.1 IDE