|
Subject: [xsl] [xsl fo] xsl to a minimum / statements 'on the fly' From: "ongeaddresseerd ongeaddresseerd" <ongeadresseerd@xxxxxxxxxxx> Date: Fri, 14 May 2004 12:47:48 +0000 |
I'm rendering pdf's with fop and I would like to keep all my lines/files of xsl to a minimum.
<reportXML page-layout="portrait">
<title> Hello world </title>
<table table-layout="fixed">
<tr background-color="#CCCCCC">
<td width="10cm"
<block align="left">hello again</block>
</td>
</tr>
...<xsl:if test="@page-layout='portrait'"> <fo:page-sequence master-reference="portrait"> <xsl:call-template name="continue"></xsl:call-template> </fo:page-sequence> </xsl:if>
<xsl:if test="@page-layout='landscape'"> <fo:page-sequence master-reference="landscape"> <xsl:call-template name="continue"></xsl:call-template> </fo:page-sequence> </xsl:if>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] [ANN] XSL-FO validation tools, Nikolai Grigoriev | Thread | RE: [xsl] [xsl fo] xsl to a minimum, Michael Kay |
| RE: [xsl] killing xslt, Michael Kay | Date | RE: [xsl] dynamically generated XSL, Shiva.Sadayan |
| Month |