| Posted: 15 Jul 2005 12:25 | |
|
Registered User Currently Offline |
Posts: 3 Join Date: Jul 2005 |
|
Hi,
(oops, posted to the WAMP forum first by mistake - sorry!) First of all - what a great product - thanks! I would like to mark my document as 'draft', but cannot see where to customise the stylesheets to do so. In a previous implementation of DocBook, I've used the: <xsl:param name="draft.mode" select="'yes'"></xsl:param> parameter in a custom xsl. Is this possible with ede? Thanks, James |
|
| Posted: 28 Jul 2005 14:56 | |
|
Administrator |
Posts: 125 Join Date: Feb 2005 |
|
Sure. Just put your customizations in the appropriate custom_* stylesheets in c:\docbook\stylesheets. The custom settings will override the default settings made in the e-novative stylesheets. There are custom stylesheets for articles, books, and the various output formats.
You can even create per-document custom stylesheets. |
|
| Posted: 13 Sep 2005 13:38 | |
|
Registered User Currently Offline |
Posts: 3 Join Date: Jul 2005 |
|
(Back on the Help part of our project after being distracted onto other things...!)
Thanks for the reply - however, putting the XSL params mentioned above doesn't seem to have any effect. The custom XSL is being picked up, but does not seem to have any effect. Am I using the right xsl:param? Do you have a list of the xsl:params which are applicable to the production of HTMLHELP using EDE? Thanks, James |
|
| Posted: 30 Nov 2005 16:19 | |
|
Registered User Currently Offline |
Posts: 28 Join Date: Apr 2005 |
|
Drafts work for me.
Did you remember also to define the draft.watermark.image: <xsl aram name="draft.watermark.image" select="'filename_here'"></xsl aram>
And in the document, for example: <book lang="en" status="draft"> |
|