Note sure if this work, but try calling <xsl:call-template name="rev.bar" />
on the the note template.

<xsl:template match="note">
   <fo:block xsl:use-attribute-sets="atsNote"> 
      <xsl:call-template name="rev.bar" />
      <xsl:apply-templates />
   </fo:block>
</xsl:template>



--
View this message in context: 
http://apache-fop.1065347.n5.nabble.com/Implementing-Change-bars-tp16058p38735.html
Sent from the FOP - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to