When I am trying to use it in Jsp using following tag :
<sf:JSPTree name="sortedTree"
xtree="tree.xml"
startAtDepth="0"
templatePath=""
shareTreeStructure="false"
skin=""
comparator=""/>
I am getting error that tree-set is not the root tag of xml file. I wanted to ask is it Compulsory to have tags defined in XMLTreeConstant.java or I am missing something? I hope that I am missing something otherwise I will not be able to use it. Thanks
Regards,
Pawan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have following XML file
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--DOCTYPE archive SYSTEM "http://jsptree.sourceforge.net/xml_jsp_tree.dtd"-->
<archive>
<Year2008>
<month08>
<date16>
<file
href="C:\workspace\Dir2XML\archive\Year2008\month08\date16\Off2009.pdf"
name="Off2009.pdf" />
</date16>
</month08>
</Year2008>
</archive>
When I am trying to use it in Jsp using following tag :
<sf:JSPTree name="sortedTree"
xtree="tree.xml"
startAtDepth="0"
templatePath=""
shareTreeStructure="false"
skin=""
comparator=""/>
I am getting error that tree-set is not the root tag of xml file. I wanted to ask is it Compulsory to have tags defined in XMLTreeConstant.java or I am missing something? I hope that I am missing something otherwise I will not be able to use it. Thanks
Regards,
Pawan