RE: Need Some Help

2005-01-06 Thread Mark Donnelly
I know this is the wrong venue but Im having trouble locating a similar
Cocoon mailing list. Ive tried:

[EMAIL PROTECTED]

with no success. Anyone suscribe to the Cocoon mailing list who can help me?

-Original Message-
From: Luke Shannon [mailto:[EMAIL PROTECTED]
Sent: 05 January 2005 23:36
To: [EMAIL PROTECTED]
Subject: Re: Need Some Help


Thank you Andreas! Works very well.

- Original Message - 
From: Andreas L. Delmelle [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, January 05, 2005 6:21 PM
Subject: RE: Need Some Help


  -Original Message-
  From: Luke Shannon [mailto:[EMAIL PROTECTED]
 

 Hi,

  My new issue is how to render the PDF with a string input containing the
  contents of the FO file.

 From java.lang.String to java.io.StringReader to java.io.Reader to
 org.xml.sax.InputSource?

 HTH!

 Greetz,

 Andreas


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



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

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



RE: Need Some Help

2005-01-06 Thread Mark Donnelly
Please ignore this request. Ive found it. FYI its:

users@cocoon.apache.org

Mark

-Original Message-
From: Mark Donnelly [mailto:[EMAIL PROTECTED]
Sent: 06 January 2005 12:47
To: '[EMAIL PROTECTED]'
Subject: RE: Need Some Help


I know this is the wrong venue but Im having trouble locating a similar
Cocoon mailing list. Ive tried:

[EMAIL PROTECTED]

with no success. Anyone suscribe to the Cocoon mailing list who can help me?

-Original Message-
From: Luke Shannon [mailto:[EMAIL PROTECTED]
Sent: 05 January 2005 23:36
To: [EMAIL PROTECTED]
Subject: Re: Need Some Help


Thank you Andreas! Works very well.

- Original Message - 
From: Andreas L. Delmelle [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, January 05, 2005 6:21 PM
Subject: RE: Need Some Help


  -Original Message-
  From: Luke Shannon [mailto:[EMAIL PROTECTED]
 

 Hi,

  My new issue is how to render the PDF with a string input containing the
  contents of the FO file.

 From java.lang.String to java.io.StringReader to java.io.Reader to
 org.xml.sax.InputSource?

 HTH!

 Greetz,

 Andreas


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



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

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

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



bold font

2004-11-04 Thread Mark Donnelly
Im trying to get a bold font using the following

snip

block font-style=boldblah blah blah/block

/snip

When I run it through fop I get the following error:

snip

[ERROR] defaulted font to any,normal,normal
[ERROR] unknown font sans-serif,bold,normal so defaulted font to any

/snip

Any ideas how I might get this to work? It works fine for a
font-style=italic.

Mark

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



RE: bold font

2004-11-04 Thread Mark Donnelly
Thanks, works fine.

-Original Message-
From: Gehrer Helmut [mailto:[EMAIL PROTECTED]
Sent: 04 November 2004 16:35
To: '[EMAIL PROTECTED]'
Subject: AW: bold font


Hi Marc

Use 

block font-weight=boldblah blah blah/block

Instead!

Helmut

 -Ursprüngliche Nachricht-
 Von: Mark Donnelly [mailto:[EMAIL PROTECTED] 
 Gesendet: Donnerstag, 4. November 2004 17:30
 An: [EMAIL PROTECTED]
 Betreff: bold font
 
 
 Im trying to get a bold font using the following
 
 snip
 
 block font-style=boldblah blah blah/block
 
 /snip
 
 When I run it through fop I get the following error:
 
 snip
 
 [ERROR] defaulted font to any,normal,normal
 [ERROR] unknown font sans-serif,bold,normal so defaulted font to any
 
 /snip
 
 Any ideas how I might get this to work? It works fine for a
 font-style=italic.
 
 Mark
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


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



Transparent image in footer

2004-11-02 Thread Mark Donnelly
I have placed an image in my document footer. 

Im wondering how I can make the image transparent or at least in the
background so that it does not overwrite content that drifts into the footer
area?

Mark

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



RE: Accessing total page

2004-10-22 Thread Mark Donnelly
It is possible Alexis. See the following code:

At the end of your fo document put a variable like this:

snip

!-- id used to calculate total pages --
fo:block id=terminator/

Where you would like the page (x of y) printed put the following:

snip

fo:page-number/ of fo:page-number-citation ref-id=terminator/

That works nicely in my documents. 

A warning though, there is a notice about this potentially causing memory
problems in very large documents:

http://xml.apache.org/fop/running.html#memory

Hope this helps,

Mark

-Original Message-
From: MIDON ALEXIS [mailto:[EMAIL PROTECTED]
Sent: 22 October 2004 10:12
To: '[EMAIL PROTECTED]'
Subject: Accessing total page



hi,

is it possible to access the total page?

My goal is to format a footer like page 2 of 21

I am able to get the current page number (page-number) but the total remains
unknown.

Thx in advance.


Alexis

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

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



XML Editor

2004-10-19 Thread Mark Donnelly
Does anyone know of a good, free XML editor that does XSLT transforms and
preserves unicode characters?

Im currently using XRay but it seems to corrupt my unicode values upon
translation.

I put in the correct unicode characters for non breaking space but after
translation, when I put it through FOP I get an error message telling me
that there is an unrecognised unicode character.

snip
fo:block#xa0;/fo:block

Produces the following error:

[ERROR] Invalid byte 1 of 1-byte UTF-8 sequence.
org.apache.fop.apps.FOPException: Invalid byte 1 of 1-byte UTF-8 sequence.
at org.apache.fop.apps.Driver.render(Driver.java:507)
at
org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:10
6)
at org.apache.fop.apps.Fop.main(Fop.java:62)

-

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



RE: XML Editor

2004-10-19 Thread Mark Donnelly
Thanks so far guys but I really need an editor that is freeware, not
evaluation software.

-Original Message-
From: Balamuraly [mailto:[EMAIL PROTECTED]
Sent: 19 October 2004 11:39
To: [EMAIL PROTECTED]
Subject: Re: XML Editor


Hi Mark,

Try Demo version of OXYGEN.

bala

 -Original Message-
 From: Mark Donnelly [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, October 19, 2004 2:43 PM
 To: [EMAIL PROTECTED]
 Subject: XML Editor


 Does anyone know of a good, free XML editor that does XSLT transforms and
 preserves unicode characters?

 Im currently using XRay but it seems to corrupt my unicode values upon
 translation.

 I put in the correct unicode characters for non breaking space but after
 translation, when I put it through FOP I get an error message telling me
 that there is an unrecognised unicode character.

 snip
 fo:block#xa0;/fo:block

 Produces the following error:

 [ERROR] Invalid byte 1 of 1-byte UTF-8 sequence.
 org.apache.fop.apps.FOPException: Invalid byte 1 of 1-byte UTF-8 sequence.
 at org.apache.fop.apps.Driver.render(Driver.java:507)
 at
 org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:10
 6)
 at org.apache.fop.apps.Fop.main(Fop.java:62)

 -

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


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



RE: XML Editor

2004-10-19 Thread Mark Donnelly
Yep, thanks for this one. It does faithfully transform unicode characters.

Ill can finally stop using '.'s as place holders now.

Just remember that XRay does not seem to do this, if anyone is having
similar troubles in the future.

-Original Message-
From: foxmask [mailto:[EMAIL PROTECTED]
Sent: 19 October 2004 12:54
To: [EMAIL PROTECTED]
Subject: Re: XML Editor


http://jedit.org seems to do it, but i just discover it.
i mean i already knew it but i have to try the XSLT plugin too ;)


On Tue, 19 Oct 2004 12:44:44 +0100, Mark Donnelly
[EMAIL PROTECTED] wrote:
 Thanks so far guys but I really need an editor that is freeware, not
 evaluation software.
 
 -Original Message-
 From: Balamuraly [mailto:[EMAIL PROTECTED]
 Sent: 19 October 2004 11:39
 To: [EMAIL PROTECTED]
 Subject: Re: XML Editor
 
 Hi Mark,
 
 Try Demo version of OXYGEN.
 
 bala
 
  -Original Message-
  From: Mark Donnelly [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, October 19, 2004 2:43 PM
  To: [EMAIL PROTECTED]
  Subject: XML Editor
 
 
  Does anyone know of a good, free XML editor that does XSLT transforms
and
  preserves unicode characters?
 
  Im currently using XRay but it seems to corrupt my unicode values upon
  translation.
 
  I put in the correct unicode characters for non breaking space but after
  translation, when I put it through FOP I get an error message telling me
  that there is an unrecognised unicode character.
 
  snip
  fo:block#xa0;/fo:block
 
  Produces the following error:
 
  [ERROR] Invalid byte 1 of 1-byte UTF-8 sequence.
  org.apache.fop.apps.FOPException: Invalid byte 1 of 1-byte UTF-8
sequence.
  at org.apache.fop.apps.Driver.render(Driver.java:507)
  at
  org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:10
  6)
  at org.apache.fop.apps.Fop.main(Fop.java:62)
 
  -
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
Founder Member of Phpfr.Org

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

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



Adjacent tables

2004-09-29 Thread Mark Donnelly
Been looking through the FO documentation and cant find anything to do with
creating adjacent tables.

Id like to have one table on the left and then two tables on top of each
other next to the first (ie to the right of the first).

Anyone know of any methods?

Mark

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



RE: Adjacent tables

2004-09-29 Thread Mark Donnelly
Thanks again Chris.

-Original Message-
From: Chris Bowditch [mailto:[EMAIL PROTECTED]
Sent: 29 September 2004 14:26
To: [EMAIL PROTECTED]
Subject: Re: Adjacent tables


Mark Donnelly wrote:

 Been looking through the FO documentation and cant find anything to do
with
 creating adjacent tables.
 
 Id like to have one table on the left and then two tables on top of each
 other next to the first (ie to the right of the first).
 
 Anyone know of any methods?

Create an outer table with two columns and two rows and nest the 3 inner 
tables in the table cells of the outer table. You will need to put 
number-rows-spanned=2 on the first cell of the first column to merge the
two 
cells in the first column.

Chris


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

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



Preserving blank table rows

2004-09-28 Thread Mark Donnelly
Does anyone know how to preserve blank table rows?

If I create a table with a bunch of empty table rows at the end, they do not
appear in the resulting pdf doc.

If however, I put a full stop in one table cell of each of these rows then
they appear.

Does anyone know, is this decision to clip empty table rows a fop thing or a
Acrobat setting?

If a fop thing, is there a work around?

Mark

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



RE: Preserving blank table rows

2004-09-28 Thread Mark Donnelly
Im using an xslt/fo transform of an xml document and dont have any html in
it. As such nbsp; isnt recognised.

Ive also tried the UTF-8 sequence: #xa0; but that is then not recognised by
the fop parser.

Any other ideas?

-Original Message-
From: Chris Bowditch [mailto:[EMAIL PROTECTED]
Sent: 28 September 2004 14:12
To: [EMAIL PROTECTED]
Subject: Re: Preserving blank table rows


Mark Donnelly wrote:

 Does anyone know how to preserve blank table rows?
 
 If I create a table with a bunch of empty table rows at the end, they do
not
 appear in the resulting pdf doc.
 
 If however, I put a full stop in one table cell of each of these rows then
 they appear.
 
 Does anyone know, is this decision to clip empty table rows a fop thing or
a
 Acrobat setting?
 
 If a fop thing, is there a work around?

More specifically its the correct behaviour of XSL-FO. The workaround is to
put:

fo:blocknbsp;/fo:block

inside the table cell.

Chris


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

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



RE: Preserving blank table rows

2004-09-28 Thread Mark Donnelly
Here is the code:

fo:table-rowfo:table-cellfo:blockxsl:text#xa0;/xsl:text/fo:block
/fo:table-cell/fo:table-row

Here is the fop output:

C:\Documents and Settings\mdon\My Documents\FOP\fop-0.20.5fop.bat -d -fo
c:\do
cuments and settings\mdon\my documents\statement2.fo -pdf c:\documents and
set
tings\mdon\my documents\statement2.pdf
[DEBUG] Input mode:
[DEBUG] FO
[DEBUG] fo input file: c:\documents and settings\mdon\my
documents\statement2.fo

[DEBUG] Output mode:
[DEBUG] pdf
[DEBUG] output file: c:\documents and settings\mdon\my
documents\statement2.pdf
[DEBUG] OPTIONS
[DEBUG] no user configuration file is used [default]
[DEBUG] debug mode on
[DEBUG] dump configuration
[DEBUG] quiet mode on
[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] base directory: file:/c:/documents and settings/mdon/my documents/
[INFO] FOP 0.20.5
[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] building formatting object tree
[INFO] setting up fonts
[ERROR] Invalid byte 1 of 1-byte UTF-8 sequence.
org.apache.fop.apps.FOPException: Invalid byte 1 of 1-byte UTF-8 sequence.
at org.apache.fop.apps.Driver.render(Driver.java:507)
at
org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:10
6)
at org.apache.fop.apps.Fop.main(Fop.java:62)

-

java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.
at org.apache.xerces.impl.io.UTF8Reader.invalidByte(Unknown Source)
at org.apache.xerces.impl.io.UTF8Reader.read(Unknown Source)
at
org.apache.xerces.impl.XMLEntityManager$EntityScanner.load(Unknown So
urce)
at
org.apache.xerces.impl.XMLEntityManager$EntityScanner.skipChar(Unknow
n Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
Dispatcher.dispatch(Unknown Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
known Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.fop.apps.Driver.render(Driver.java:498)
at
org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:10
6)
at org.apache.fop.apps.Fop.main(Fop.java:62)

-

java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence.
at org.apache.xerces.impl.io.UTF8Reader.invalidByte(Unknown Source)
at org.apache.xerces.impl.io.UTF8Reader.read(Unknown Source)
at
org.apache.xerces.impl.XMLEntityManager$EntityScanner.load(Unknown So
urce)
at
org.apache.xerces.impl.XMLEntityManager$EntityScanner.skipChar(Unknow
n Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
Dispatcher.dispatch(Unknown Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
known Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.fop.apps.Driver.render(Driver.java:498)
at
org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:10
6)
at org.apache.fop.apps.Fop.main(Fop.java:62)

-Original Message-
From: Chris Bowditch [mailto:[EMAIL PROTECTED]
Sent: 28 September 2004 16:26
To: [EMAIL PROTECTED]
Subject: Re: Preserving blank table rows


Mark Donnelly wrote:

 Im using an xslt/fo transform of an xml document and dont have any html in
 it. As such nbsp; isnt recognised.
 
 Ive also tried the UTF-8 sequence: #xa0; but that is then not recognised
by
 the fop parser.

#xA0; should work. Can you post the error here, along with a snippet of the

XSLT you are using.

snip/

Chris


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

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



RE: ERROR -2

2004-09-27 Thread Mark Donnelly
Thanks, Ive canned the lazy Xalan option and rewriting my xslt/html in
xslt/fo so hopefully Ill avoid this error.

Thanks for your help everyone. Great user group.

-Original Message-
From: J.Pietschmann [mailto:[EMAIL PROTECTED]
Sent: 24 September 2004 23:21
To: [EMAIL PROTECTED]
Subject: Re: ERROR -2


J.Pietschmann wrote:
 No idea where this comes from. Anyone else got an idea?
 
 
 It's a known Xalan bug.

Darn, I confused it with the Xalan 2.0 bug which printed a +N
sometimes.

J.Pietschmann


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

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



Table borders

2004-09-27 Thread Mark Donnelly
Has anyone got an example of a table that prints out its borders.

Ive used a table example from the Apache website but I dont get any borders
shown in the output pdf. 

In addition I have specified the border-start-color, border-top-width, etc
to try and force a border to show but with no result.

Any ideas?



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



RE: Table borders

2004-09-27 Thread Mark Donnelly
Forget my request for information. 

It was just a matter of playing with some of the table and table-cell
properties, namely setting the border-*-style attributes to solid.

eg

fo:table-cell border-before-style=solid border-after-style=solid
border-start-style=solid border-end-style=solid border-top-style=solid
border-bottom-style=solid border-left-style=solid
border-right-style=solid border-top-width=thin
border-bottom-width=thin border-left-width=thin
border-right-width=thin border-start-color=red border-end-color=red
border-left-color=red border-right-color=red border-before-width=thin
border-after-width=thin border-start-width=thin border-end-width=thin
border-after-color=red border-before-color=red border-top-color=red
border-bottom-color=red

It may be overkill but it got the borders printed ...

-Original Message-
From: Mark Donnelly [mailto:[EMAIL PROTECTED]
Sent: 27 September 2004 12:24
To: '[EMAIL PROTECTED]'
Subject: Table borders


Has anyone got an example of a table that prints out its borders.

Ive used a table example from the Apache website but I dont get any borders
shown in the output pdf. 

In addition I have specified the border-start-color, border-top-width, etc
to try and force a border to show but with no result.

Any ideas?



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

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



Table column widths

2004-09-27 Thread Mark Donnelly
The next chapter in my attempt to get my tables converted.

Ive set up some column widths at the front of my table but they do not
appear to be reflected in the finished document.

The columns are set up as:

fo:table table-layout=fixed width=267mm fo:table-column
column-width=14mm/fo:table-column column-width=28mm /fo:table-column
column-width=42mm /fo:table-column column-width=83mm
/fo:table-column column-width=20mm /fo:table-column
column-width=20mm /fo:table-column column-width=20mm
/fo:table-column column-width=20mm /fo:table-column
column-width=20mm /

I tried with the table-layout attribute as fixed as well with the same non
result. The columns do not appear to be exactly equally spaced. The first
column being twice the size of the last five, which is not what I asked for.
It does appear that the requested column widths have been overridden in
favour of some default guestimate calculation.

Once again, does anyone have a good example of some xsl-fo with column
widths that work?

Mark

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



RE: ERROR -2

2004-09-24 Thread Mark Donnelly
Thanks, Ill check it out. I used Xalan to transform a HTML document but
perhaps Ill just modify my xslt to be xslfo to have more control.

-Original Message-
From: Chris Bowditch [mailto:[EMAIL PROTECTED]
Sent: 24 September 2004 11:39
To: [EMAIL PROTECTED]
Subject: Re: ERROR -2


Mark Donnelly wrote:

snip/

 java.lang.ArrayIndexOutOfBoundsException: -2
 at
 org.apache.fop.fo.flow.TableRow$CellArray.getNextFreeCell(TableRow.ja
 va:130)

This is the key to solving the problem. Looks like you have defined a table 
row with more cells than columns have been defined in the table.

Chris


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

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



ERROR -2

2004-09-23 Thread Mark Donnelly
Not sure if this is a posting to the FOP users group or not.

Here goes anyway ...

Ive just started using Xalan and FOP to attempt creation of pdf documents.
When running FOP I get the following:

[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] FOP 0.20.5
[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] building formatting object tree
[INFO] setting up fonts
[INFO] [1]
[ERROR] -2

Im not getting any output file and cant find the error code -2 on the FAQ.
Just wondering what this means or if there is an error code listing?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 23 September 2004 17:59
To: [EMAIL PROTECTED]
Subject: WELCOME to [EMAIL PROTECTED]


Hi! This is the ezmlm program. I'm managing the
[EMAIL PROTECTED] mailing list.

Acknowledgment: I have added the address

   [EMAIL PROTECTED]

to the fop-user mailing list.

Welcome to [EMAIL PROTECTED]

Please save this message so that you know the address you are
subscribed under, in case you later want to unsubscribe or change your
subscription address.


--- Administrative commands for the fop-user list ---

I can handle administrative requests automatically. Please
do not send them to the list address! Instead, send
your message to the correct command address:

To subscribe to the list, send a message to:
   [EMAIL PROTECTED]

To remove your address from the list, send a message to:
   [EMAIL PROTECTED]

Send mail to the following for info and FAQ for this list:
   [EMAIL PROTECTED]
   [EMAIL PROTECTED]

Similar addresses exist for the digest list:
   [EMAIL PROTECTED]
   [EMAIL PROTECTED]

To get messages 123 through 145 (a maximum of 100 per request), mail:
   [EMAIL PROTECTED]

To get an index with subject and author for messages 123-456 , mail:
   [EMAIL PROTECTED]

They are always returned as sets of 100, max 2000 per request,
so you'll actually get 100-499.

To receive all messages with the same subject as message 12345,
send an empty message to:
   [EMAIL PROTECTED]

The messages do not really need to be empty, but I will ignore
their content. Only the ADDRESS you send to is important.

You can start a subscription for an alternate address,
for example [EMAIL PROTECTED], just add a hyphen and your
address (with '=' instead of '@') after the command word:
[EMAIL PROTECTED]

To stop subscription for this address, mail:
[EMAIL PROTECTED]

In both cases, I'll send a confirmation message to that address. When
you receive it, simply reply to it to complete your subscription.

If despite following these instructions, you do not get the
desired results, please contact my owner at
[EMAIL PROTECTED] Please be patient, my owner is a
lot slower than I am ;-)

--- Enclosed is a copy of the request I received.

Return-Path: [EMAIL PROTECTED]
Received: (qmail 20828 invoked by uid 99); 23 Sep 2004 16:58:29 -
X-ASF-Spam-Status: No, hits=0.0 required=10.0
tests=
X-Spam-Check-By: apache.org
Received-SPF: pass (hermes.apache.org: local policy)
Received: from [194.217.126.3] (HELO mailgate.tissoft.co.uk) (194.217.126.3)
  by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 23 Sep 2004 09:58:28 -0700
Received: by mailgate.tissoft.co.uk (Postfix, from userid 538)
id 080128E4F; Thu, 23 Sep 2004 17:58:25 +0100 (BST)
Received: from ct-mail.tissoft.co.uk (ct-mail.tissoft.co.uk [192.168.1.227])
by mailgate.tissoft.co.uk (Postfix) with ESMTP id 296438E4D
for
fop-user-sc.1095958608.hkhlnogjecibidngadke-mark.donnelly=strategixsoftware
[EMAIL PROTECTED]; Thu, 23 Sep 2004 17:58:21 +0100 (BST)
Received: by ct-mail.tissoft.co.uk with Internet Mail Service (5.5.2656.59)
id RS90NL1G; Thu, 23 Sep 2004 18:08:26 +0100
Message-ID: [EMAIL PROTECTED]
From: Mark Donnelly [EMAIL PROTECTED]
To:
'fop-user-sc.1095958608.hkhlnogjecibidngadke-mark.donnelly=strategixsoftwar
[EMAIL PROTECTED]'
fop-user-sc.1095958608.hkhlnogjecibidngadke-mark.donnelly=strategixsoftware
[EMAIL PROTECTED]
Subject: RE: confirm subscribe to [EMAIL PROTECTED]
Date: Thu, 23 Sep 2004 18:08:24 +0100
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2656.59)
Content-Type: text/plain;
charset=iso-8859-1
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on 
mailgate.tissoft.co.uk
X-Spam-Status: No, hits=-3.9 required=5.3 tests=AWL,BAYES_00 autolearn=ham 
version=2.63
X-Spam-Level: 
X-Virus-Checked: Checked



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 23 September 2004 17:57
To: [EMAIL PROTECTED]
Subject: confirm subscribe to [EMAIL PROTECTED]


Hi! This is the ezmlm program. I'm managing the
[EMAIL PROTECTED] mailing list.

To confirm that you would like

   [EMAIL PROTECTED]

added to the fop-user mailing list, please send
an empty reply to this address:

 
fop-user-sc.1095958608.hkhlnogjecibidngadke-mark.donnelly=strategixsoftware.
[EMAIL PROTECTED]

Usually, this happens when you just hit the reply button.
If this does not work

RE: ERROR -2

2004-09-23 Thread Mark Donnelly
M:

org.apache.fop.apps.FOPException: -2
at org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:111)
at org.apache.fop.apps.Fop.main(Fop.java:62)

Looks like FOP is not happy with something but what it doesnt really say.

-Original Message-
From: Jeremias Maerki [mailto:[EMAIL PROTECTED]
Sent: 23 September 2004 18:23
To: [EMAIL PROTECTED]
Subject: Re: ERROR -2


Strange. If you're doing this on the command-line, use -d to get
additional error information.

If you're running from Java make sure that DEBUG log level is enabled.

On 23.09.2004 19:20:39 Mark Donnelly wrote:
 Not sure if this is a posting to the FOP users group or not.
 
 Here goes anyway ...
 
 Ive just started using Xalan and FOP to attempt creation of pdf documents.
 When running FOP I get the following:
 
 [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
 [INFO] FOP 0.20.5
 [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
 [INFO] building formatting object tree
 [INFO] setting up fonts
 [INFO] [1]
 [ERROR] -2
 
 Im not getting any output file and cant find the error code -2 on the FAQ.
 Just wondering what this means or if there is an error code listing?


Jeremias Maerki


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

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