Re: Nesting tables in FOP

2001-08-07 Thread Karen Lease

Hi Vicki,

I believe there is a small problem in your XSL stylesheet. You've
written:




 




I think you mean ''. That will
cause the content of tableA to be processed to create the nested table.

By the way, you probably could simplify your stylesheet quite a bit. If
you just say , it will process all the children of
the current node in order. Also in your  elements, you
only need to match on the entire context of an element if you need to do
something different depending on where the element appears. For example,
you might be able to use: 

in the rule above, since your structure seems quite unambiguous.

Hope that helps you on your way,
-Karen Lease


[EMAIL PROTECTED] wrote:
> 
> I am using FOP 0-19-0.CVS and having problems nesting tables.  Just as
> a simple test I am trying to place one table inside a block, within a
> single outer table cell.  The PDF output does display the values, but
> entirely ignores the inner table structure by placing the values on a
> single row.
> 
> I have seen some of the other discussions on this issue, eg, setting
> column widths, yet have not been able to resolve the problem.  Attached
> is the xsl fragment.
> 
> Does anyone know how to overcome this, or have an example of code that
> will give me something to work from?
> 
> Many thanks
> Vicki
> 
>   
> Name: Test_fo_5.xsl
>Test_fo_5.xslType: unspecified type (application/octet-stream)
> Encoding: base64
> 
>   
> 
> Visit our website at http://www.ubswarburg.com
> 
> This message contains confidential information and is intended only
> for the individual named.  If you are not the named addressee you
> should not disseminate, distribute or copy this e-mail.  Please
> notify the sender immediately by e-mail if you have received this
> e-mail by mistake and delete this e-mail from your system.
> 
> E-mail transmission cannot be guaranteed to be secure or error-free
> as information could be intercepted, corrupted, lost, destroyed,
> arrive late or incomplete, or contain viruses.  The sender therefore
> does not accept liability for any errors or omissions in the contents
> of this message which arise as a result of e-mail transmission.  If
> verification is required please request a hard-copy version.  This
> message is provided for informational purposes and should not be
> construed as a solicitation or offer to buy or sell any securities or
> related financial instruments.
> 
>   
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]


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




Nesting tables in FOP

2001-08-07 Thread Victoria . Beeby

I am using FOP 0-19-0.CVS and having problems nesting tables.  Just as 
a simple test I am trying to place one table inside a block, within a 
single outer table cell.  The PDF output does display the values, but 
entirely ignores the inner table structure by placing the values on a 
single row.

I have seen some of the other discussions on this issue, eg, setting 
column widths, yet have not been able to resolve the problem.  Attached 
is the xsl fragment.

Does anyone know how to overcome this, or have an example of code that 
will give me something to work from?

Many thanks
Vicki

 Test_fo_5.xsl


Visit our website at http://www.ubswarburg.com

This message contains confidential information and is intended only 
for the individual named.  If you are not the named addressee you 
should not disseminate, distribute or copy this e-mail.  Please 
notify the sender immediately by e-mail if you have received this 
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free 
as information could be intercepted, corrupted, lost, destroyed, 
arrive late or incomplete, or contain viruses.  The sender therefore 
does not accept liability for any errors or omissions in the contents 
of this message which arise as a result of e-mail transmission.  If 
verification is required please request a hard-copy version.  This 
message is provided for informational purposes and should not be 
construed as a solicitation or offer to buy or sell any securities or 
related financial instruments.



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