I created a small program called XML Diagram (https://sourceforge.net/projects/xmldiagram-new/) as a first step in learning to use tinyxml. It steps through an XML file and lists all the elements using indentation to indicate parent/child/sibling relationships. This is a first step towards creating a program to read TiVo metadata .
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I created a small program called XML Diagram (https://sourceforge.net/projects/xmldiagram-new/) as a first step in learning to use tinyxml. It steps through an XML file and lists all the elements using indentation to indicate parent/child/sibling relationships. This is a first step towards creating a program to read TiVo metadata .