Dear M. Shafie, In our DocBook customization layer, we add an optional parameters help to customize the page footer title; this allows us the use the same transforms to generate the documentation for several products.
The parameter looks like: <xsl:param name="product.title" select="'User Guide'"/> We can easily change it from XXE GUI (Change Document Conversion Parameters...), which achieves the desired effect. But we couldn't find a way to do it form convertdoc command-line; that is, we did not find any way to pass a complex string argument to the command: % convertdoc [...] -p product.title MyTile works OK, but: % convertdoc [...] -p product.title "My New Ttitle" % convertdoc [...] -p product.title 'My New Title' etc etc (we tried a couple of them), always ends up with convertdoc complaining about unknown option. Did we miss something ? is there a way to do this ? and if not, would it be possible to fix this issue ? (most of your documents are generated nightly by batch jobs). Many thanks for your help. Philippe. PS: BTW The same applies for some standard DocBook XSL parameters like "generate.toc".
-- XMLmind XML Editor Support List xmleditor-support@xmlmind.com http://www.xmlmind.com/mailman/listinfo/xmleditor-support