I have just installed Windows 8.1 and am using VS2013 Preview edition. For some reason, my SSML code for TTS is not working correctly.
Here is the SSML code:
Before the new version of Windows and VS2013 Preview edition, this above code was a correct SSML statement, now it is not.
Why would this be, and how can I get it working?
Here is the SSML code:
Code:
This is an SSML example of using a W3C-defined date: <say-as interpret-as="date" format="dm">4/6</say-as>
Why would this be, and how can I get it working?