S
Sohail
Has anyone else had this problem?
Here is the XML that I am using as the source for the
treeview:
<TREENODES>
<TREENODE TEXT="ZZ_TEST">
<TREENODE TEXT="EndDate"/>
<TREENODE TEXT="SiteID"/>
<TREENODE TEXT="StartDate"/>
<TREENODE TEXT="TagName"/></TREENODE>
</TREENODES>
For some reason, I do not get the "text" attribute that is
supposed to go into the html (for client side scripting).
here is what I get as the html:
<tvns:treenode>
ZZ_TEST
<tvns:treenode>
EndDate
</tvns:treenode>
<tvns:treenode>
SiteID
</tvns:treenode>
<tvns:treenode>
StartDate
</tvns:treenode>
<tvns:treenode>
TagName
</tvns:treenode>
</tvns:treenode>
Is there any way that I can access these elements? How can
I fix it so that I have a text attribute for each treenode?
Thanks
Sohail
Here is the XML that I am using as the source for the
treeview:
<TREENODES>
<TREENODE TEXT="ZZ_TEST">
<TREENODE TEXT="EndDate"/>
<TREENODE TEXT="SiteID"/>
<TREENODE TEXT="StartDate"/>
<TREENODE TEXT="TagName"/></TREENODE>
</TREENODES>
For some reason, I do not get the "text" attribute that is
supposed to go into the html (for client side scripting).
here is what I get as the html:
<tvns:treenode>
ZZ_TEST
<tvns:treenode>
EndDate
</tvns:treenode>
<tvns:treenode>
SiteID
</tvns:treenode>
<tvns:treenode>
StartDate
</tvns:treenode>
<tvns:treenode>
TagName
</tvns:treenode>
</tvns:treenode>
Is there any way that I can access these elements? How can
I fix it so that I have a text attribute for each treenode?
Thanks
Sohail