ROOT implementation of a XML DOM Parser
This is an example of how Dom Parser walks the DOM tree recursively. This example will parse any xml file.
To run this program
Requires: person.xml
0.00847792625427
2.76104092598
Processing /mnt/build/workspace/root-makedoc-v614/rootspi/rdoc/src/v6-14-00-patches/tutorials/xml/DOMRecursive.C...
PersonList:
Comment:
This is an example...
Person: ID:1
FirstName: Alicia
LastName: Smith
Gender: F
DateOfBirth:
Day: 13
Month: 10
Year: 1978
Address:
Street: Grand Avenue, 143
PostalCode: Toronto 2283
Country: Canada
Person: ID:2
FirstName: Maria
LastName: White
Gender: F
DateOfBirth:
Day: 29
Month: 5
Year: 1980
Address:
Street: Green Land Park, 143
PostalCode: Vancouver BC V6C 2C2
Country: Canada
{
}
}
}
}
}
}
}
void DOMRecursive()
{
ParseContext(node);
}
- Author
- Sergey Linev
Definition in file DOMRecursive.C.