Niels G. N. wrote:
My readers find the default red for <draft-comment> elements a bit too
striking … and if they print their gorgeous full-colour .pdf in black
and white, of course, red does not look that different from body-text
black even if it is slightly smaller :-}

Is there a value I can add to document conversion parameters when
generating a .pdf from a ditamap that will let me specify a different
colour for <draft-comment> elements?

Ideally, I’d be able to show draft comments in the font/colour my
reviewers are already used to with output from other applications.


Please use "XMLmind XSL Customizer" to customize the "draft-comment" attribute-set.

The stock "draft-comment" attribute-set is:

---
  <xsl:attribute-set name="draft-comment">
    <xsl:attribute name="color">red</xsl:attribute>
    <xsl:attribute name="font-size">0.9em</xsl:attribute>
    <xsl:attribute name="line-height">1.48</xsl:attribute>
    <!-- No margins. -->
  </xsl:attribute-set>
---



Reference:

* Menu item "Options|Customize Configuration|Customize Document Conversion Stylesheets" -- http://www.xmlmind.com/xmleditor/_distrib/doc/help/customizeConfigurationMenu.html

* The "Customize Document Conversion Stylesheets" dialog box -- http://www.xmlmind.com/xmleditor/_distrib/doc/help/ConversionStylesheetsEditor_reference.html

* The "XMLmind XSL Customizer" helper application -- http://www.xmlmind.com/xmleditor/_distrib/doc/help/com.xmlmind.xslcustom.Customizer.html




--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to