Markus
Markus

Reputation: 1

merge xml files using tinyxml2 in C++

Now I'm using tinyxml2 library for merge several xml files. I want to checking xml files in same folder(I will use absolute path). And when I combine several xml files, I will remove the duplicates and merge them by comparing the values of Firstchild Element and its first attribute.

I tried many cases, but not sure about which can be merged in an accurate and fast way. Now I will show what I want to get.

Like that Merged xml file, I want merge them without overlapping. In those case, it can be compare with node id and way id.

I'm sorry if my question sounded ambiguous. If there is something wrong, I will correct it as soon as possible.

Upvotes: 0

Views: 281

Answers (0)

Related Questions