FOP Tables

2001-07-05 Thread JStalnecker
Hi, I am just beginning to get into the whole XML world. I need to create PDF's, but more specifically I need to use tables. I have done some preliminary research on FOP and tables. There does not seem to be a whole lot of information on the subject. Has anyone worked with tables? Is

Installing Cocoon2

2001-07-09 Thread JStalnecker
I have been trying to install Cocoon2.0b1 on my Windows NT environment for a couple of days, without success. According to the Install directions this should be an easy four step process. I have downloaded the zip many times, and each time I try to install it I received errors on the build. The

Re: AW: Installing Cocoon2

2001-07-09 Thread JStalnecker
actually my cocoon\lib folder has 8,724,857 bytes used, curious. Also I am using jdk1.3 ( I am not sure if this would affect cocoon or not) Carsten

Re: Installing Cocoon2

2001-07-09 Thread JStalnecker
Yes I am running this from the DOS prompt. Here I hope this helps. C:\C:\Cocoon-2.0b1\build.bat -Dinclude.webapp.libs=yes webapps C:\if not c:\jdk1.3 == goto gotJavaHome C:\if not c:\Cocoon-2.0b1 == goto gotAntHome C:\set CP=c:\jdk1.3\lib\tools.jar;c:\Cocoon-2.0b1\lib\ant_1_3.jar;c:

Examples

2001-07-09 Thread JStalnecker
Does anyone have a simple example using Cocoon to create a PDF file for display in a browser from a dynamically created XML document? In the past I have created a dynamic XML document, processed it using a static XSL document using a custom servlet which explicitly named the processor to

You cannot get a Poolable before the pool is initialized

2001-07-11 Thread JStalnecker
I am trying run an sql statement in an XML. I have added my driver class into my web.xml, added a new datasource to my config, and added a new match pattern in the sitemap to process the request. I still get the following error: You cannot get a

Re: You cannot get a Poolable before the pool is initialized

2001-07-11 Thread JStalnecker
got it fixed thx anyway Mariano Kamp mkamp@codamaTo: [EMAIL PROTECTED]

Cocoon2, Resin2.0, and IIS

2001-07-23 Thread JStalnecker
Does any one have this combination working? I am not sure how to set up the Cocoon folder. When I run resin with the default home of doc, Cocoon runs fine. Now I am trying to use the IIS home of Inetpub/wwwroot/Application root. But I am not sure where Cocoon should be placed. Any help would

fo:table

2001-07-26 Thread JStalnecker
Hi I have created a stylesheet using tables, and have recieved a strange error. java.lang.RuntimeException: Problem in getTransformer:Attribute name fo:table must be followed by the '=' character. java.lang.RuntimeException: Problem in getTransformer:Attribute name fo:table must be followed

fo:table

2001-07-30 Thread JStalnecker
Hi, Has amyone had any problems using fo:table with Cocoon-2.0.0b1? I can not get Cocoon to process this tag. If I use fo:table I get the error: java.lang.RuntimeException: Problem in getTransformer:Attribute name fo:table must be followed by the '=' character. I then tried