Farid Mesbahi wrote:
> 
> 1. How can i integrate own css for the xhtml-output,

Currently there is no clean, maintainable, way to do this.

Quick and dirty method: You need to replace the html.css found in
XXE_install_dir/addon/config/docbook/xsl/css/

(XXE_install_dir/addon/config/docbook5/xsl/css/ if you use DocBook 5
rather than DocBook 4.)



> or own callout pictures?

Currently there is no clean, maintainable, way to do this.

Quick and dirty method: You need to replace all the .png files found in
XXE_install_dir/addon/config/docbook/xsl/images/callouts/

(XXE_install_dir/addon/config/docbook5/xsl/images/callouts/ if you use
DocBook 5 rather than DocBook 4.)

If you don't want to to use .png files and/or your images are named
differently than 1.png, 2.png, etc. Please read
XXE_install_dir/addon/config/docbook/xslMenu.incl and modify the process
commands accordingly.

---
<copyProcessResources resources="xsl/images/draft.png" to="images" />
<copyProcessResources resources="@xsl/images/callouts/png_callouts.list"
                      to="images/callouts" />
---



> 2. How can i use the epub output format (new in docbook-xsl-1.74.0)?

For now, you cannot do that from within XMLmind XML Editor.

Please give us a little time to digest this new format (especially the
Ruby piece of code that we need to replace by a process command!).

Out of the box support of epub should be available in next release of
XMLmind XML Editor.



> 3. In the parameter options, i want to set for PDF the font Arial
> (body.font.family), but i see only "#" as output, why?

We didn't develop Apache FOP, the XSL-FO processor which is used to
generate PDF. Therefore it is difficult for us, XMLmind, to tell you why.

I've tested that. It does not work with Arial but it works fine with
Helvetica. I guess that it is because Helvetica is, unlike Arial, one of
the 14 fonts supported in standard by Acrobat Reader.

---
PS: Please post this kind of questions to xmleditor-support at xmlmind.com,
rather than to sales at xmlmind.com, as your questions are of general interest.


Reply via email to