1

From the tree below :

<a>
    <b name = "b1"></b>
    <b name = "b2">
        <c/>
    </b>
    <b name = "b3"></b>
</a>

All the elements in b which have the child element c. In-short how to query the xml tree for the xpath "/b[c]" using tinyxml2.

Andrew Truckle
  • 17,769
  • 16
  • 66
  • 164
alooparantha
  • 51
  • 1
  • 5

0 Answers0