Hi all, I've been struggling with this issue for a couple of days now... Would appreciate any help someone can offer. I have a pre-existing PDDocumentOutline object and I want to add to it a child as the first sibling, but it doesn't seem possible. If I use appendChild() it adds it as the last element in the list, and if access one of the children PDOutlineItem-objects, the only thing I can do is to use insertSiblingAfter(), which add a sibling *after *it. So it doesn't seem possible to insert a new first sibling.
Any ideas? Thanks in advance, Gilad.

