Tree not showing xml page in expected order

Hi,
Great software, well done folks. :smiley:

Now, I’m having a small issue in loading an xml page into a tree. :confused: The items are not appearing in the treee in the order I expect from the xml.

I would really appreciate it if some-one could point out what I’m doing wrong…

Here’s the the first few lines of the xml…

− − − − − − −

The rest merely does more of the same sort of stuff
closing the tree tag.

What I’m expecting is that the item with the text attribute “First Service” should appear in the tree under “Services”. But it does not - it appears as its own branch above, and on the same level as, “Services”.

So it appears like this:

  • sid:481 Bars and Common Rooms
    • Work Plans
    • First Service
    • Services
    • Quotes

instead of like this:

  • sid:481 Bars and Common Rooms
    • Work Plans
    • Services
      • First Service
    • Quotes

Any ideas?

Hello,

ids must be unique in tree. There are two items with id = “services_481”. Try to change one of the ids - and the problem will be solved.

Thank you Alexandra. :smiley: