Is there some SSML tags etc, to remove a particular line of text from speaking. Yes, I know I can remove this using string functions, before sending it to the speech synthesizer. But my question is, is there any way to mark or tag some text, so that it won't play. I am looking for some XML based solution for this issue.
...
<mark> element informs that reading went on to some point.
But is there a way we could read the prompt again from the specified position returned by mark (name) id?
It could be useful in such a scenario: we are reading a long text. Then the user commands: PAUSE.
We stop. Then the user would say "Go on". And we continue to read the promp...
Hello,
I want to create a new property type like
<td><ss:edit source="$customer.bestfriend" size="20"/></td>
But I get this error
Account Form
ERROR: Source string "$customer.bestfriend" is not valid. The property or method
does not exist (com.kurant.storesense.metadata.PropertyNotFoundException: Class
Customer does not have a pro...