hi all,
i have to generate dynamic pdf from quering database and put it in
proper format (tables). for that i have put an xml file with sql
queries and modified simple-page2fo.xsl file with codes like following:
<xsl:template match="sql:strength">
<fo:block font-size="13pt" space-before.optimum="12pt" text-align="center">
<xsl:apply-templates/>
</fo:block>
</xsl:template>
this is working fine, but i have to put many such entries in table in
proper format. i m quite new to xsl:fo and don't know where to proper
tags for tables (alongwith sql tags) tags and borders in the xsl file for
formatted pdf output.
plz anyone tell me on how to add the tags.
can i have a sample file regarding it.
also is there no graphical editor for xsl fo (as frontpage fro html)
thanking in advance,
ashish
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]