diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-29 16:42:55 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-29 16:42:55 +0000 |
| commit | d0869653a0bdfa010da0b1b00f83ea89f3abbdb1 (patch) | |
| tree | 45ba336b5396875731c1acbe9be97d80e84a7958 /test/data/test1.xml | |
| parent | c8c3db36a4593e396681b4acd5e9d318a28b1648 (diff) | |
Various developments.
Diffstat (limited to 'test/data/test1.xml')
| -rw-r--r-- | test/data/test1.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/test/data/test1.xml b/test/data/test1.xml new file mode 100644 index 0000000..515dd9f --- /dev/null +++ b/test/data/test1.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<DCSubtitle Version="1.0"> + <SubtitleID>cab5c268-222b-41d2-88ae-6d6999441b17</SubtitleID> + <MovieTitle>Movie Title</MovieTitle> + <ReelNumber>1</ReelNumber> + <Language>French</Language> + <LoadFont Id="theFontId" URI="arial.ttf"/> + <Font Id="theFontId" Color="FFFFFFFF" Effect="border" EffectColor="FF000000" Italic="no" Size="39" Script="normal" Underlined="no" Weight="normal"> + <Subtitle SpotNumber="1" TimeIn="00:00:05:198" TimeOut="00:00:07:115" FadeUpTime="1" FadeDownTime="1"> + <Text VAlign="bottom" VPosition="15.0">My jacket was Idi Amin's</Text> + </Subtitle> + <Font Italic="yes"> + <Subtitle SpotNumber="2" TimeIn="00:00:07:177" TimeOut="00:00:11:031" FadeUpTime="1" FadeDownTime="1"> + <Text VAlign="bottom" VPosition="21.0">My corset was H.M. The Queen's</Text> + <Font Italic="no"> + <Text VAlign="bottom" VPosition="15.0">My large wonderbra</Text> + </Font> + </Subtitle> + </Font> + <Subtitle SpotNumber="3" TimeIn="00:00:11:094" TimeOut="00:00:13:063" FadeUpTime="1" FadeDownTime="1"> + <Text VAlign="bottom" VPosition="15.0">Once belonged to the Shah</Text> + </Subtitle> + <Subtitle SpotNumber="4" TimeIn="00:00:13:104" TimeOut="00:00:15:177" FadeUpTime="1" FadeDownTime="1"> + <Text VAlign="bottom" VPosition="15.0">And these are Roy Hattersley's jeans</Text> + </Subtitle> + </Font> +</DCSubtitle> |
