maurizio codogno wrote:
> This is really an issue with XMLmind :-)
> I like the feature which let me add a second view of the same page,
> and I often add a top frame with no stylesheet, since I found it
> easier to look at the structure.
> Is it possible to automate this process in the configuration file,
> instead than clicking all the times view -> add -> no stile sheet ?

Sure. See the windowLayout configuration element in
http://www.xmlmind.com/xmleditor/_distrib/doc/configure/windowLayout.html

See also XXE_install_dir/addon/config/docbook/docbook.xxe which contains
a couple of examples (which have been commented out):

<!--
  <windowLayout>
    <left />
    <top css="Document structure" />
    <center css="DocBook" />
  </windowLayout>
-->

<!--
  <windowLayout>
    <center css="DocBook" />
    <bottom css="Document structure" size="0.15" />
  </windowLayout>
-->

Reply via email to