|
Subject: Antwort: Re: [xsl] xsl:fo and tables From: Johannes.Becker@xxxxxx Date: Fri, 15 Nov 2002 15:37:43 +0100 |
Hi,
I don't quite get your answer.
This template works fine:
<xsl:template match="RESULTSET/CDRS">
<xsl:for-each select="NUMBER">
<fo:block
font-size="12pt"
font-family="Arial"
text-align="start">
<xsl:value-of select="@MD_CALLED_NUMBER"/>
</fo:block>
</xsl:for-each>
</xsl:template>
So why shouldn' this template work:
<xsl:template match="RESULTSET/CDRS">
<fo:table width="100">
<fo:table-body>
<xsl:for-each select="NUMBER">
<fo:table-row>
<fo:table-cell width="50">
<fo:block><xsl:value-of select="@MD_CALLED_NUMBER"/></fo:block
>
</fo:table-cell>
<fo:table-cell width="50">
<fo:block><xsl:value-of select="@MD_CHARGEABLE_IMSI"/></
fo:block>
</fo:table-cell>
</fo:table-row>
</xsl:for-each>
</fo:table-body>
</fo:table>
</xsl:template>
Thanks
Jonny
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Write specific String, David Carlisle | Thread | Re: Antwort: Re: [xsl] xsl:fo and t, David Carlisle |
| Re: [xsl] Write specific String, David Carlisle | Date | Re: [xsl] Write specific String, Yann Verlynde |
| Month |