Philippe Nobili wrote:
> 
> It would be useful for us to sometime convert our XML (DocBook)
> documents into FO files, without triggering the XSL-FO transformation.
> This might be for debugging, fine-tuning of XSL parameters or test
> purposes (e.g. testing other XSL-FO converters for which we have no
> XMLMind addons).
> 
> What would be the cleanest way to do this through XMLMind ?

I see 3 different methods:

* Add debug="true" to the docb.toPSFile process command:

---
  <command name="docb.toPSFile">
    <process debug="true">
    ...
---

More information in
http://www.xmlmind.com/xmleditor/_distrib/doc/commands/process_attributes.html

(This is the method we use here at XMLmind.)



* OR Add a copy element to the docb.toPS process command. Example:

---
      ...
      </transform>

      <copy files="__doc.fo" to="/home/john"/>

      <processFO processor="XEP" file="__doc.fo" to="__doc.%0">
     ...
---



* OR Add a new process command to the DocBook menu. Something like
what's found in attached file.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: db2fo.incl
Url: 
http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20090323/ab8ddf3c/attachment.bat
 

Reply via email to