[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

fo:table Problem, not showing data

Subject: fo:table Problem, not showing data
From: "Tuan Luu" <tuanluu@xxxxxx>
Date: Tue, 30 Mar 2004 08:37:31 +0200 (MEST)
fo table
Hello 
I have a problem showing the data in a table from fo:table, without the
fo:table tags, it does work. I don't know exactly what is missing. 

Here is the sample code: 

    <xsl:template match="anwendungen">
        <!-- this is the code without fo:table (it does work)
        <xsl:for-each select="anwendung">
            <fo:block>
                <xsl:apply-templates/>
            </fo:block>
        </xsl:for-each>

        down here comes the code with a table, that is not working-->
        <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

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.