Skip to content

Commit

Permalink
docs: update documentation on escaping XML characters
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang committed Mar 8, 2019
1 parent a0d773b commit 6c731ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/Building-Response.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The following example shows how to construct a response using

.. note::

The contents of the speak and reprompt values get wrapped in SSML tags. This means that any special XML characters within the value need to be escape coded. ASK SDK auto-escapes the following characters for you:
The contents of the speak and reprompt values get wrapped in SSML tags. This means that any special XML characters within the value need to be escape coded. ASK SDK provides ``SsmlUtils`` to help you escape the following invalid XML characters:
- ``&`` -> ``&``
- ``>`` -> ``>``
- ``<`` -> ``&lt;``
Expand Down

0 comments on commit 6c731ab

Please sign in to comment.