<?xml version="1.0" encoding="UTF-8"?>
-<video>
<!--Total video No.: 10-->
<Subject>abc</Subject>
-<Video1>
<Video_No>1</Video_No>
-<segment1>
<Start_Frame>0</Start_Frame>
<End_Frame>123</End_Frame>
<Status>0</Status>
</segment1>
-<segment2>
<Start_Frame>1</Start_Frame>
<End_Frame>12</End_Frame>
<Status>1</Status>
</segment2>
As the xml file above, how can I read data('status') tagged in different segments. I was trying to use filestorge and filenode to do this, but I didn't find any samples demonstrating it. If I can get access to the child Node, the problem will be solved. Is there any way to get access to one node's child node in xml with OPENCV? Please feel free to throw any thoughts or examples. Appreciate it.