Java Speech Markup Language
JSML is an acronym used to indicate the Java Speech API Markup Language Specification. JSML is an XML application and conforms to the requirements of well-formed XML documents.
JSML is primarily an XML text format used by applications to annotate text input to speech synthesizers. Elements of JSML provide speech synthesizer with detailed information on how to speak text in a naturalized fashion.
JSML defines elements which define a document's structure, the pronunciation of certain words and phrases, features of speech such as emphasis and intonation. JSML is designed in the Java fashion to be simple to learn and use, to be portable across different synthesizers and computing platforms, and although designed for use within the java programming language is also applicable to a wide range of languages.
External Link: http://java.sun.com/products/java-media/speech/forDevelopers/JSML/