On 11 Nov 2008, at 23:19, Sheldon Glickler wrote:

Hi

David Gerdt wrote:
The problem is in your XSL, so we'll need to see at least the relevant portions. You can also get help with XSL at http://www.mulberrytech.com/xsl/xsl-list/

Oops.  I thought I attached the cc.xsl.  I've attached it now.
<?xml version="1.0"?>
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform " xmlns:fo="http://www.w3.org/1999/XSL/Format ">

<snip />
<xsl:template match="bus_summary">
 <fo:table table-layout="fixed" space-before="0pt" space-after="0pt" >
   <xsl:for-each select="sum_col_width">
     <fo:table-column column-width="{col_width}"/>
   </xsl:for-each>
   <fo:table-body >
     <fo:table-row  line-height="{linespace}">
       <xsl:for-each select="summary_item">

I don't see any summary_item nodes in your source document... This may explain why you get no output for this template.

HTH!


Andreas


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

Reply via email to