XML refers to not existing parent

Found different forum threats with comments “super root correct” or “invalid XML structure” but don´t find any problems in my code. HTML is very easy and XML too (snip from your samples).

Tested with FF, IE and chrome

[code]

[/code]

XML:

<?xml version="1.0" encoding="UTF-8"?> <tree id="root"> <item text="Books" id="books" open="1"> <item text="Mystery & Thrillers" id="mystery"> <item text="Lawrence Block" id="lb"> <item text="All the Flowers Are Dying" id="lb_1"/> <item text="The Burglar on the Prowl" id="lb_2"/> <item text="The Plot Thickens" id="lb_3"/> <item text="Grifter's Game" id="lb_4"/> <item text="The Burglar Who Thought He Was Bogart" id="lb_5"/> </item> </item> </item> </tree>

Tested locally - the is no errors with your code.
Could you provide a demo with steps of reproducing and your OS?
docs.dhtmlx.com/auxiliary_docs__ … pport.html

Hi,

found my problem - due to the UTF-8 encoding the & is wrong in “Mystery & Thrillers”.

Thanks