Luan O'Carroll wrote: > > Is it possible to show page break for a styled document?
In the case of DocBook, you need to insert in the document being edited a special processing instruction (e.g. <?hard-pagebreak?>). See http://www.sagehill.net/docbookxsl/PageBreaking.html for a complete description. > And is it > possible to show a print preview? There is currently no "File|Print Preview" menu item (except on the Mac, where this is supported natively.) Technically, it is possible (and even not too complicated using an ad-hoc macro command -- http://www.xmlmind.com/xmleditor/_distrib/doc/commands/ch02.html), to convert an XML document to PostScript, to start Ghostscript to preview it and if the user confirms it, to send the generated PostScript file to a (user-chosen) PostScript printer. (It is also possible to use PDF and Acrobat Reader instead of PostScript and Ghostscript.)

