Actors XML

All about the program
Post Reply
bwj
Posts: 8
Joined: 24 Apr 2016, 13:17

28 Apr 2016, 03:57

Any tips please on how I convert a text list of actors into an XML file that Videonizer will recognise? I'm having no luck getting the program to recognise my attempts as a valid xml file.
User avatar
admin
Site Admin
Posts: 1373
Joined: 03 Jun 2014, 22:14

28 Apr 2016, 20:47

Here is the template:
<Actors>
<Actor>
<ActorName>NAME</ActorName>
<ActorComment>
</ActorComment>
</Actor>
...
</Actors>

You can export your list to see the structure.
Post Reply