summaryrefslogtreecommitdiffstats
path: root/kttsd/filters/xhtml2ssml/tagmappingrc
diff options
context:
space:
mode:
Diffstat (limited to 'kttsd/filters/xhtml2ssml/tagmappingrc')
-rw-r--r--kttsd/filters/xhtml2ssml/tagmappingrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/kttsd/filters/xhtml2ssml/tagmappingrc b/kttsd/filters/xhtml2ssml/tagmappingrc
new file mode 100644
index 0000000..425af8e
--- /dev/null
+++ b/kttsd/filters/xhtml2ssml/tagmappingrc
@@ -0,0 +1,5 @@
+# This is a comment
+# and another one
+# a html 'b' or 'strong' tag is mapped to 'emphasis level="strong"'
+b:emphasis level="strong"
+strong:emphasis level="strong"