Categories | Question details Back To List | ||||||||
dhtmlxtree I am using professional dhtmlxtree version. i am implementing dhtmlxtree in louts notes designer database. The dhtmlxtree is working fine in FireFox 2.0 version. but it's not working in IE6 In IE shown an Error Error Type:LoadXML Desc :Incorrect XML i change the xml file MIME type text/xml... <?xml version="1.0" encoding="iso-8859-1"?> <tree id="0"> <item text="Open Area" open="1" id="Open Area" im0="book.gif" im1="books_open.gif" im2="book.gif" call="1" select="1"> <item text="ByAuthor" id="author" im0="book.gif" im1="books_open.gif" im2="books_close.gif"> <item text="Denis Cappellin" id="lb" im0="book.gif" im1="books_open.gif" im2="book.gif"/> <item text="Jayaprakash " id="rc" im0="book.gif" im1="books_open.gif" im2="book.gif"/> </item> <item text="ByDate" id="date" im0="book.gif" im1="books_open.gif" im2="books_close.gif"> <item text="Daily Report" id="jmf" im0="book.gif" im1="books_open.gif" im2="book.gif"/> <item text="Weekly Report" id="jd" im0="book.gif" im1="books_open.gif" im2="book.gif"/> <item text="Monthly Report" id="ls" im0="book.gif" im1="books_open.gif" im2="book.gif"/> </item> <item text="By Subject" id="Bs" im0="book.gif" im1="books_open.gif" im2="books_close.gif"> <item text="Calender" id="sk" im0="book.gif" im1="books_open.gif" im2="book.gif"/> <item text="TabView" id="mjd" im0="book.gif" im1="books_open.gif" im2="book.gif"/> <item text="TreeView" id="km" im0="book.gif" im1="books_open.gif" im2="book.gif"/> </item> </item> </tree> This my xml file code.... can u plz clarify this problem Answer posted on Jun 11, 2007 10:51 In which way do you load a sample page where problem occurs ? IE6 threat XML in different ways while loading from local dist and from http connection In case of URL like d:/folder/index.html IE doesn't parse XML correctly, component handle such situation automatically, but because of some IE limitation it will not work for non UTF-8 encoding In case of URL like http://some/folder/index.html your XML works correctly for me. Please be sure to use second type of URL, if it really necessary to work from local drive you can use attached version of dhtmlxCommon.js instead of original one Attachments (1)
Answer posted by Nadine (Support) on Dec 10, 2014 05:11 If you haven't found the needed information there and still looking for a solution, you will find the additional help checking spreadsheets software and java script chart. |