IvanLatysh wrote:
> I am trying to create a new page for each <customer><record>.
> And I am getting an exception that flow mast have child block.
...
>   <fo:page-sequence master-reference="engl1">
>     <fo:flow flow-name="xsl-region-body">
>       <xsl:apply-templates/>
>     </fo:flow>
>   </fo:page-sequence>

It seems the apply-templates does not match anything. Without
the context, it is hard to say why.
In case of errors, it is recommended to run the XSLT standalone
and examine the intermediate FO file.

> <xsl:template match="customer/record/">
                                       ^
Delete the trailing slash. Should have caused a syntax error


J.Pietschmann



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to