Skopik Pavel wrote:
>
> recently I have found out that the VISIBLE INCLUSIONS are not present
> in the VIEW menu. I had a look in the docbook.xxe file and the link to
> visible_inclusions.css is present.
>
>
>
> I am using xxe 3.4.0 professional edition with Czech translation.
I cannot reproduce this problem.
The name of this style sheet has changed to "Show info about included
elements". In Czech, it is called "Zabrozit u'daje o vloz"eny'ch
prvchi'ch" (sorry for the pseudo-accents) and it works fine.
May be you just need to *update* the Czech translation using
Options|Install add-ons.
>
>
> I would also like to ask about some possible future features:
>
>
>
> 1.) Do you plan to enhance the transformation process with possibility
> of choosing a few XSL stylesheet parameters in the editor GUI? I mean
> the way the transformation process in XXE is great, but it would be nice
> to be able to configure some parameters which may change quite often
> (e.g. profiling) in the GUI without having to edit the config files.
Yes. This one and other ``end-user customizations without having to edit
configuration files'' are planned for v3.6 or v3.7.
> 2.) I wonder whether it would be possible to set default view of edited
> file ? for example I would like to have the editing window divided into
> styled view and document structure by default every time I open a file.
Sure. Please look at docbook.xxe and uncomment/modify to your taste one
of the following <windowLayout> elements:
---
<!--
<windowLayout>
<left />
<top css="Document structure" />
<center css="DocBook" />
</windowLayout>
-->
<!--
<windowLayout>
<center css="DocBook" />
<bottom css="Document structure" size="0.15" />
</windowLayout>
-->
---
More info. in
http://www.xmlmind.com/xmleditor/_distrib/doc/configure/windowLayout.html