Ticket #102: test.xml

File test.xml, 293 bytes (added by Geckofiend, 10 months ago)

An example of the xml I'm using

Line 
1 <media>
2    <title>Some Clip</title>
3    <summary>This is my summary.</summary>
4    <description>This is my description</description>
5    <rating>PG</rating>
6    <genres>
7      <genre primary="true">Comedy</genre>
8    </genres>
9    <cast>
10      <name>Kristen Bell</name>
11    </cast>
12  </media>