I have the following file xml :

<document>
        <pThis is a test</p>
        <table>
                <tr>
                        <td>First TD</td>
                        <td>Second TD</td>
                </tr>
        </table>
        <figure>
                <title>Figure Title</title>
        </figure>
        <p>Continue paragraf etc.etc.</p>
</document>

Is possible to change the layout of the page when is applied the template
<xsl:template match="figure"> ?
I would like to have the page in A3 only for the template 'figure', for the
other template in A4 format
Any idea?
Regards
Fabio
-- 
View this message in context: 
http://www.nabble.com/Problem-change-layout-page-size-tf2912574.html#a8138105
Sent from the FOP - Users mailing list archive at Nabble.com.


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

Reply via email to