Home
Analytics
How to relate XSL FO tags to BIRT report tags
BIRT_NEEDY
Hi,<br />
<br />
I am developing XSL emitter for my BIRT report. I would like to know which tags/properties of BIRT report (in the XML format) are simillar to XSL FO tags such as fo:region-before and fo:region-after.<br />
<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>
<fo:region-before extent="1cm"/>
<fo:region-after extent="1cm"/>
<fo:region-body margin-top="0.20cm" margin-bottom="0.20cm" />
</pre>
<br />
I am using GRID in my birt report. I am able to relate the fo:region-body tag in XSL file to the GRID in the BIRT report. I do not know to <strong class='bbc'>what tags in BIRT report</strong> should I relate to <strong class='bbc'>fo:region-before and fo:region-after tags in XSL</strong>?<br />
<br />
Any help will be appreciated!<br />
Thanks
Find more posts tagged with
Comments
There are no comments yet