Skip to main content
1-Visitor
March 10, 2014
Question

modification to foWarningsCautionNotes.xsl

  • March 10, 2014
  • 0 replies
  • 1005 views

Hi,

This applies to the AAD stylesheets that were installed with Arbortext 5.3, CSDB M060. I found that single warnings and cautions were not being output as bold text (which they should be according to the spec).

I changed the xml template to fix this in the S1000D PDF output. the xsl file is foWarningsCautionNotes.xsl, the template name is at the bottom of the file and is: t_display_single_warning_caution

The line is:

<fo:block padding-before="2mm" padding-after="2mm" font-size="12pt">

I changed it to:

<!--Modification added font weight-->

<fo:block padding-before="2mm" padding-after="2mm" font-size="12pt" font-weight="bold">

Greg

🙂