showTag
This topic describes the showTag element.
Description
The showTag element allows you to hide specific tags in Tags On View. This can be applied when tag does not provide significant structure information or when its output is not desired from visual point. For example, tags around superscript can be hidden if users work with lots of ordinal numbers in a document.
<x:node match="superscript">
<x:role>superscript</x:role>
<x:showTag>false</x:showTag>
</x:node>
Tags are shown by default in Tags On View, so this options does not need to be set to true for all elements.
Namespace
http://www.xopus.com/xmlns/config
Parent element
node