I have an XML file produced by Media Companion for a movie, I have used the Data Binding wizard to produce a schema from a dtd file. I can retrieve almost all the details from the file except when there is a list.
<uniqueid type="tmdb">745272</uniqueid>
<uniqueid type="imdb" default="true">tt13095604</uniqueid>
How do I retreive the value for uniqueid>imdb I cannot find any assistance via google that explains this situation. Or am I missing something really simple
I have attached the files
The Phenomenon (2020).nfo is the XML file
cm_movieinfo.dtd is the Document Schema
cm_movieinfo.xdb is the generated Delphi Data Binding Unit.
cm_movieinfo.dtd
The Phenomenon (2020).nfo
cm_movieinfo.xdb