DBD
02-26-2003, 03:14 AM
I just started to learn how create FO file in order to output in print an XML file. Could you explain me what content shoud be in the < fo:flow> when we use xsl file?
I got example from the internet :
<fo:flow flow name="xsl-region-body">
<xsl:apply-templates select='/simdoca/section[4]/"
</fo:flow>
But I don't understand what is what. Is "simdoca" is the name of the xsl file that they use, and "section" is the name of the tag?
Thanks in advance
I got example from the internet :
<fo:flow flow name="xsl-region-body">
<xsl:apply-templates select='/simdoca/section[4]/"
</fo:flow>
But I don't understand what is what. Is "simdoca" is the name of the xsl file that they use, and "section" is the name of the tag?
Thanks in advance