Hi All.
Question about my template.
I am trying to create a new page for each <customer><record>.
And I am getting an exception that flow mast have child block.
Please help me a little or point me somewhere on the web to get it working.
<fo:layout-master-set>
<fo:simple-page-master master-name="engl1"
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence master-reference="engl1">
<fo:flow flow-name="xsl-region-body">
<xsl:apply-templates/>
</fo:flow>
</fo:page-sequence>
<xsl:template match="customer/record/">
....
</xsl:template>
Actually I have xml file with this kind og structure:
<cutomer>
<record>
<title>a</title>
</record>
<record>
<title>b</title>
</record>
</customer>
Sincerely yours, Ivan Latysh.
[EMAIL PROTECTED]
http://ivan.yourmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]