Please tell me how to view the following XML as tree in a browser using java Server Faces or JavaScript function?
<?xml version="1.0"?>
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>
Maybe Yahoo! UI tree view can help you:
http://developer.yahoo.com/yui/treeview/