You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I return the last entry of "childC" (from doc 2) rather than the first entry. Reason being - for some settings, I would like the duplicates to override the previous entries.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm looking at loading many smaller configuration xml files and combining them.
e.g
Document 1
Document 2
Result
Does pugixml have any pre-processor directives to include other xml files into others?
If one has a node with duplicate entries, like from the earlier example....
How can I return the last entry of "childC" (from doc 2) rather than the first entry. Reason being - for some settings, I would like the duplicates to override the previous entries.
Thank you for any assistance!
Beta Was this translation helpful? Give feedback.
All reactions