Andrea Zanellato
unread,Jul 26, 2012, 10:27:32 AM7/26/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wx-...@googlegroups.com
I noticed that, when adding wxXmlNodes inside a wxXmlDocument,
specifying the parent in their constructor, not using
parentNode->AddChild( childNode ), they seems to be added with an
inverted order, including subnodes.
I didn't tested this if it happens only using recursions or in all cases
but:
is this normal and AddChild is mandatory for some reason, should this be
documented or kind of bug?
Regards
Andrea