I’m using setXMLAutoloading to populate a large tree.
All works well until I attempt to expand a folder that contains an item with a label greater than 60 characters in length. It appears to be an issue with the text attribute in the tag since this is where I’m passing the item’s label.
Is there a limit on the length of an attribute and specifically on the length of the text attribute for ?
Many thanks,
Chris
P.S. Below is an example of the XML that’s being passed. It’s pretty straightforward. When I expand item id 185144 which has an item with a text attribute that’s more than 60 characters in length, I get a invalid data structure error.