upstream version 1.2.2
[debian/freetts] / demo / JSAPI / Player / test2.jsml
1 <?xml version="1.0"?>
2 <!DOCTYPE jsml>
3
4 <!--
5
6 /**
7  * Copyright 2001 Sun Microsystems, Inc.
8  * 
9  * See the file "license.terms" for information on usage and
10  * redistribution of this file, and for a DISCLAIMER OF ALL 
11  * WARRANTIES.
12  */
13
14 -->
15
16 <jsml>
17
18 <!-- Things to test
19   - Element set:
20   -     jsml: lang, mark
21   -     div: type, mark
22   -     voice: gender, age, variant, name, mark
23   -     sayas: class, mode, mark
24   -     phoneme: original, mark
25   -     emphasis: level, mark
26   -     break: size, msec, mark
27   -     prosody: rate, volume, pitch, range, mark
28   -     marker: mark
29   -     engine: name, data, mark
30   -     + undefined elements
31   -
32   - Comments, entities, CDATA
33   -->
34
35 <engine name="GUI Synthesizer" data="substitute">contained text</engine>
36
37 Another <emphasis level="strong">test paragraph</emphasis> with emphasis.
38
39 <voice gender="female" variant="1">
40 This was tested on <sayas class="date" mode="mdy">7/21/99</sayas>
41 by <phoneme>beits</phoneme>.
42
43 <div type="para" mark="HERE!">
44 <![CDATA[ a CDATA section ]]>
45 <![CDATA[ email to <bob@home> ]]>
46 <marker mark="TEST!"><div type="sent"><prosody rate="90%">This is sentence one.</prosody></div>
47 </marker>
48
49 <div type="sent">This is sentence two <break size="large" msec="200"/> and a half.</div>
50 </div>
51 </voice>
52
53 </jsml>
54