xsl-list
[Top] [All Lists]

re: fo:table Problem, not showing data

2004-04-02 08:14:39
If your table is not inside a <template match="anwendungen">,
you need to show the full path to "anwendung", i.e., 
<xsl:for-each select="anwendungen/anwendung">

Date: Tue, 30 Mar 2004 08:37:31 +0200 (MEST)
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
From: "Tuan Luu" <tuanluu(_at_)gmx(_dot_)ch>
Subject: fo:table Problem, not showing data
Message-ID: <15218(_dot_)1080628651(_at_)www23(_dot_)gmx(_dot_)net>

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-->
. . . 
               <xsl:for-each select="anwendung">


<Prev in Thread] Current Thread [Next in Thread>
  • re: fo:table Problem, not showing data, Greenbaum, Bill <=