tagTransform
The tagTransform element uses an XSL and some other files to draw your XML in the WYSIWYG View with visible tags around elements.
This is a special element to be used on views within the pipeline along with the transform element. The output uses XSL from transform but adds visible tags.
<x:view name="Tags On View">
<x:transform xsl="xsl/stylesheet.xsl"/>
<x:tagTransform/>
</x:view>
This can be useful when users need more advanced WYSIWYG view that simultaneously lets keep track of XML structure.
Namespace
http://www.xopus.com/xmlns/config
Parent element
view
Attributes
| Name | Description and Use | Type |
|---|---|---|
prettyNames | Configures the text to display inside tags. When set to true (default) element names set in the name element are displayed. When set to false element names from the XML file are displayed. | boolean |