Steve Valaitis wrote:
> 
> Does XXE provide an interface to specify conversion options at the time
> of conversion, or even just as a general configuration? Where does XXE
> store its stylesheet so that I can modify it?
> 
> I found the stylesheet, and need to find where chunk.section.depth or
> chunk.first.sections defined, but would rather not modify the stylesheet
> unless absolutely necessary.

Here's an excerpt of my personal ~/.xxe/addon/customize.xxe, just to get
the idea:

---
  <!-- =================================================================
    Custom parameters for the Norman Walsh's DocBook XSLT style sheets
    can be specified here.

    See XXE_install_dir/doc/index.html to find the reference manual of
    Norman Walsh's DocBook and Slides XSLT style sheets.

    Note that in principle, these parameters must be specified in
    ~/.xxe/addon/my_docbook.xxe (or whatever filename is used for your
    DocBook customization file).

    But it is is somewhat more handy to specify these here,
    in customize.xxe,
    because in such case, they are used not only for DocBook documents
    but also for "Simplified DocBook" documents.
  ================================================================== -->

  <parameterGroup name="docb.toPS.transformParameters">
    <parameter name="variablelist.as.blocks">1</parameter>
  </parameterGroup>

  <parameterGroup name="docb.toRTF.transformParameters">
    <parameterGroup name="docb.toPS.transformParameters"/>
  </parameterGroup>
---

See
http://www.xmlmind.com/xmleditor/_distrib/doc/configure/custom_params.html

See
http://www.xmlmind.com/xmleditor/_distrib/doc/docbook/docbook_menu.html#docbook_convert_menu

Reply via email to