How to style a new XML element for edit view if don't have Styler?
Hi, all...
We use Arbortext but don't have a license for Styler, and we want to properly style an element we're introducing to the DTD. Actually, it's the inline element from DocBook 4.5, not supported by the current version of Arbortext. How to do this?
I added the following code to our *.style file underneath our custom/doctypes directory, and the code element is now being styled properly, but now all generated text (chapter and section numbers, section titles from xrefs) is getting many leading and trailing spaces or underscores.
<element name="code" style="inline">
</context>
