The XHTML WYSIWYG Editor For Desktop & Web Applications

Screen Reader Preview Customization

The Screen Reader Preview feature, which can be customized or completely replaced by a specialized version, is written in XSLT. XSLT is a language for transforming (restructuring) XML documents. Since XHTML is an XML language, converting it to another structure is easy using XSLT.

To instruct the editor to use a custom screen reader preview file, give the location of the file in the <param> tag named ScreenReaderXSLT. For example:

  1. <param name="ScreenReaderXSLT" value="http://myserver/screenreader.xsl" />