Ask Your Question

Revision history [back]

Can OpenCV XML manage/create deep structures

Hi,

On documentation page, I see only 2-levels example: node with basic elements under it. Seems like I can't have node of nodes, f.ex. right? The idea is to implement something similar to the next C/C++ structure:

struct A { struct B { struct C { ....

Can I really do it with current XML implementation?

Thanks.