I'm trying to add a Report Title using the following segment as a child of fo:page-sequence:
<fo:static-content flow-name="xsl-region-before"> <fo:block font-size="12pt" text-align="center">Report Title </fo:block> </fo:static-content> I receive the following error when running FOP (ver 0.20.2): [INFO]: FOP 0.20.2 [INFO]: building formatting object tree [ERROR]: region-name 'region-before' doesn't exist in the layout-master-set. [INFO]: [1] [INFO]: Parsing of document complete, stopping renderer According to the web site, xsl-region-before is implemented. Why isn't this working?? TIA, -TIM --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]