Last active
April 12, 2016 18:14
-
-
Save cachrisman/0e8e52088ffce9534bd50182f7a6e67c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<Response> | |
<Speak language='en-US' voice='MAN'> | |
Testing ampersand: Charlie &#38; Kate . That was an ampersand symbol. | |
</Speak> | |
<Wait length="2" /> | |
<Speak language='en-US' voice='MAN'> | |
Testing ampersand: Pleevo &#38; Twilio . That was also an ampersand symbol. | |
</Speak> | |
</Response> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment