Browse Source

better explanation and nicer formatting for the ssml reference test.

master
Juho Hiltunen 4 years ago
parent
commit
c9dee003bf
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      tests/ssml/references.ssml2

+ 4
- 4
tests/ssml/references.ssml2 View File

@@ -1,9 +1,9 @@
<!-- SSML reference test
Entity references &lt; &gt; &amp; &apos; and &quot; should be replaced in the buffer
Character references &#65; are translated to Unicode (65 = 'A')
Character references like &#65; are translated to Unicode (65 = 'A')

See https://www.tutorialspoint.com/xml/xml_syntax.htm
See https://www.tutorialspoint.com/xml/xml_syntax.htm for example
-->
<speak> &lt; &gt; &amp; &apos; &quot; </speak>
<speak> B &#66;</speak>
<speak>&lt; &gt; &amp; &apos; &quot;</speak>
<speak>B &#66;</speak>
<speak>z &#x7A;</speak>

Loading…
Cancel
Save