From 56e777f86b4270e6929d6f4dceabd4a27dcdc5f0 Mon Sep 17 00:00:00 2001 From: Andrew Martin Date: Sat, 7 Jan 2017 17:19:35 +0000 Subject: [PATCH] feat: wrap content in
tags for text-to-speech This is horribly hacky - there must be a better way to achieve this? Without CDATA tags the XML doesn't validate. Without disable-output-escaping the
tag is escaped and not parsed as markup. --- csbu-html.xsl | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/csbu-html.xsl b/csbu-html.xsl index 9801914f..de32b23a 100644 --- a/csbu-html.xsl +++ b/csbu-html.xsl @@ -19,6 +19,33 @@ csbu.css + + + + +]]> + + + + + + + + + + + +]]> + + + + + + + +