RE: Error in fop

2005-02-18 Thread Gehani, Sharad \(GE Commercial Finance, NonGE\)



   Hi 
   Can anybody help me to resolve my problem in FOP
   Question:   When i am using a graphic tag fo:external-graphic 
 src=363-Signature-1-126209-0-20041220.bmp border-style=dotted 
 border-width=thin 
   width=9cm height=6cm content-width=6.0cm content-height=4.5cm 
 display-align=after text-align=start/ 
 
   /fo:blockin FOP i am getting the error 
 
   [Fatal Error] graphic.fo:1:7: The processing instruction target 
 matching [xX][m
   M][lL] is not allowed.
   [ERROR] The processing instruction target matching [xX][mM][lL] is 
 not allowed
 
   Regards
   Sharad Gehani

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



Re: Error in fop

2005-02-18 Thread J.Pietschmann
Gehani, Sharad (GE Commercial Finance, NonGE) wrote:
[Fatal Error] graphic.fo:1:7: The processing instruction target matching 
[xX][m
M][lL] is not allowed.
You've probably put spaces before the XML declaration at the beginning
of the file. There are a few other possiblities.
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Error with FOP about IPD on table

2003-09-12 Thread J.Pietschmann
Abhijit Junnare wrote:
When I run FOP i get the following error. 

[ERROR] At least one of minimum, optimum, or maximum
IPD must be specified on table.
I know thats its the problem with specifying IPD for
the table in the stylesheet. But I dont really
understand what I am missing and where should I
specify Inline-progression-dimension I mean on what
object?
FOP tries to calculate the table width from the column
width, which must be specified for FOP to work. If all
columns have an absolute width, this is easy. However,
if you use the proportional-column-width() function,
or if you specify a width which FOP doesn't understand
for table columns (like percentages), you'll get the
error message above unless you also specify the with of
the table itself (which is exaclty the wording of the
message).
Your options: specify all column widths in absolute units,
or specify the table width. The table width can be given
as percentage (contrary to column widths), so you can
have a table spanning the whold page width by specifying
width=100%.
J.Pietschmann

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


Re: Error compiling fop - CodePointMapping.java is empty

2002-03-21 Thread Christian Geisert
Sam Prokop wrote:
Hi, compiling fop-0.20.3 on win2k with java 1.4.0 i get the following
message  
[..]
--  
[echo] Compiling the sources
[javac] Compiling 328 source files to
C:\fop\src\fop-0.20.3\build\classes
[javac] Note: sun.tools.javac.Main has been deprecated.
[javac] error: File
C:\fop\src\fop-0.20.3\build\src\org\apache\fop\render\pd
f\CodePointMapping.java does not contain type
org.apache.fop.render.pdf.CodePoin
tMapping as expected. Please adjust the class path so that the file does
not app
ear in the package org\apache\fop\render\pdf.
[javac]
[..]
Has anyone an idea, what i did wrong?
Maybe using xerces2 ?
Please try compiling with the jars from the distribution.
Christian