Brief intro to XSL - style properties


Continuing the example...

<x:template match="blockquote">
  <fo:inline-sequence font-weight="bold" color="#333">
    <x:apply-templates select="//h1" />
  </fo:inline-sequence>
</x:template>