So i have an XML File
<root>
<row>
<id>1</id>
<movie>e32017e61f189944fe1bf703ebc14050.avi</movie>
</row>
<row>
<id>2</id>
<movie>e3535645kds54544fe1bf703ebc14050.avi</movie>
</row>
</root>
<root>
<row>
<id>1</id>
<movie>e32017e61f189944fe1bf703ebc14050.avi</movie>
</row>
<row>
<id>2</id>
<movie>e3535645kds54544fe1bf703ebc14050.avi</movie>
</row>
</root>
To copy to clipboard, switch view to plain text mode
I want to read threw the xml file and set the value of <movie> to a string
then set the string to read the next one on a timer for phonon like SIGNAL abouttofinish to SLOT next-movie-string-from-xml
i have been working on this for a few weeks now and still cant get any solution
please any light on this would be amazing thanks
Bookmarks