Hello 

I have a problem generating fo:table cells. They don't show any data when I
activate the serializer in cocoon. With the xml serializer I can see the
data, when I do it without the fo:table tags it works too. 

Here is the part concerning data. The file is a bit bigger, but I can
deliver the rest if necessary. 


    <xsl:template match="anwendungen">
        <!--
        <xsl:for-each select="anwendung">
            <fo:block>
                <xsl:apply-templates/>
            </fo:block>
        </xsl:for-each>
        -->
        <fo:table background-color="#00ff00"
            padding-left="2px" padding-right="2px" padding-bottom="2px"
padding-top="2px"
            margin-left="0px" margin-right="0px" margin-top="0px"
margin-bottom="0px"
            border-color="#00ff00" border-style="solid"
            border-left-width="1px"  border-right-width="1px"
border-bottom-width="1px" border-top-width="1px"
            width="600pt">
            <fo:table-body>
                <xsl:for-each select="anwendung">
                    <xsl:sort select="bezeichnung" />
                    <fo:table-row font-weight="bold">
                        <fo:table-cell>
                            <fo:block>
                                <fo:block><xsl:value-of
select="."/></fo:block>
                            </fo:block>
                        </fo:table-cell>
                    </fo:table-row>
                </xsl:for-each>
            </fo:table-body>
        </fo:table>
    </xsl:template >

-- 
+++ NEU bei GMX und erstmalig in Deutschland: T�V-gepr�fter Virenschutz +++
100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz


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

Reply via email to