we have solved the problem by setting the systemproperty java.awt.headless
System.setProperty ("java.awt.headless", "true");
thmarx wrote:
Hello everybody.
We use fop.0.20.5 to produce pdf files at our linux server. It works
most times. But after some times we got the fol
Hello everybody.
We use fop.0.20.5 to produce pdf files at our linux server. It works
most times. But after some times we got the following error message:
[WARNING] table-layout=auto is not supported, using fixed!
Xlib: connection to "localhost:0.0" refused by server
Xlib: No protocol
Thats great... thanks for your help
-Original Message-
From: Jeremias Maerki [mailto:[EMAIL PROTECTED]
Sent: 07 March 2005 14:41
To: [EMAIL PROTECTED]
Subject: Re: Error:
Do the following: Instead of piping the result of the XSL transformation
through to FOP with the following line
ll probably save me a lot of time!!)
>
> Cheers
>
> -Original Message-
> From: Chris Bowditch [mailto:[EMAIL PROTECTED]
> Sent: 07 March 2005 14:04
> To: [EMAIL PROTECTED]
> Subject: Re: Error:
>
>
> Ben Gill wrote:
>
> > Hi,
> >
:[EMAIL PROTECTED]
Sent: 07 March 2005 14:04
To: [EMAIL PROTECTED]
Subject: Re: Error:
Ben Gill wrote:
> Hi,
>
> I downloaded the latest 0.20.5 bin and copied the ExampleObj2PDF example
and
> am getting:
>
> {ERROR} dao.BaseDAOTestCase Error generating PDF document
>
Ben Gill wrote:
Hi,
I downloaded the latest 0.20.5 bin and copied the ExampleObj2PDF example and
am getting:
{ERROR} dao.BaseDAOTestCase Error generating PDF document
[org.apache.fop.apps.
FOPException: root must be root element]
javax.xml.transform.TransformerException
Hi,
I downloaded the latest 0.20.5 bin and copied the ExampleObj2PDF example and
am getting:
{ERROR} dao.BaseDAOTestCase Error generating PDF document
[org.apache.fop.apps.
FOPException: root must be root element]
javax.xml.transform.TransformerException: org.apache.fop.apps.FOPException:
root
Hi,
My french team and I work on a Java project and we plan to embed FOP
0.20.5 for the needed print reports.
We experience a problem when we are using the AWT renderer with
documents that contain tables. Sometimes, a page is "cut" in the
middle of a table and it
Hi
Anyone have an idea about how to increase memory for FOP programaticaly.I
get Out of Memory error when I try to user the
transform() Method of the Transformer Class
Thanks
Rohit
-
To unsubscribe, e-mail: [EMAIL PROTECTED
usando ulimit -n 64000 aumentamos o numero de arquivos, resolve
solve the problem
J.Pietschmann wrote:
Elton Simões Baptista wrote:
[EMAIL PROTECTED] dbf]$
[EMAIL PROTECTED] dbf]$ fop.sh cat-scania.fo -pdf cat-scania.pdf
Your JRE seems to have difficulties with disposing unused File
objects in tim
Elton Simões Baptista wrote:
[EMAIL PROTECTED] dbf]$
[EMAIL PROTECTED] dbf]$ fop.sh cat-scania.fo -pdf cat-scania.pdf
Your JRE seems to have difficulties with disposing unused File
objects in time. Well, maybe FOP has indeed an object leak, it's
quite hard to tell from a quick glance at the code.
document complete, stopping renderer
[ERROR] Error while reading image file:/cipec/imagens/261255.jpg: Error while
loading image file:/cipec/imagens/261255.jpg : class
java.io.FileNotFoundException - /cipec/imagens/261255.jpg (Too many open files)
[ERROR] Error while reading image file:/cipec/imagens
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 oth
eight="6cm" content-width="6.0cm" content-height="4.5cm"
> display-align="after" text-align="start"/>
>
> in FOP i am getting the error
>
> [Fatal Error] graphic.fo:1:7: The processing instruction target
februari 2005 08:30
Till: [EMAIL PROTECTED]
Ämne: fop -fo error
Hello all,
When i run the command:
/usr/bin/fop -fo users_guide.fo -ps users_guide.ps
I get the following error message:
Java HotSpot(TM) Client VM warning: Can't detect initial thread stack
location - no /proc/self/stat
[INFO]
mmand:
> /usr/bin/fop -fo users_guide.fo -ps users_guide.ps
>
> I get the following error message:
> [ERROR] file:users_guide.fo:611:1093 The id "id2522584" already exists
> in this document
>
> Im using the FOP version:
> [INFO] Using org.apache.xerces.parsers.S
Hello all,
When i run the command:
/usr/bin/fop -fo users_guide.fo -ps users_guide.ps
I get the following error message:
Java HotSpot(TM) Client VM warning: Can't detect initial thread stack
location - no /proc/self/stat
[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO
lPath(httpBaseDir);
>> userAgent = new FOUserAgent();
>> userAgent.setBaseURL(imageURLProtocol+baseDir);
>> log.info("init - setting httpBaseDir='"+httpBaseDir+"',
>> baseDir='"+baseDir+"'");
>>
>> Here
log.info("init - setting httpBaseDir='"+httpBaseDir+"',
baseDir='"+baseDir+"'");
Here is the output from the last "log" statement:
09:20:23,646 INFO [main] SVG2PDFServlet:112 - init - setting
httpBaseDir='.', baseDir='c:\
5.5.7 and Java 1.5.0_01
So I can get it to work with Tomcat 5.5.x with an earlier version of
Java 1.4.
Thank you - Richard
Repeating part of the exception for those that might not have seen the
earlier part of the thread:
09:20:56,146 ERROR [TP-Processor2] PDFXMLHandler:253 - svg graphic could
Richard Mixon (qwest) wrote:
I checked my SVG markup and am not sure how I would change this as I'm
using an xlink:href. Here is an example:
xlink:href="images/allTimeBest/"
This means that it is using the base URL for the document
to resolve the image reference. The base URL for the
doc
James,
Thanks for the input and suggestion. I installed the Java 1.4
compatibility files for Tomcat 5.5.7 and reverted to Sun Java 1.4.2_03.
I still get the error below :(
The good news is I know more - it does not appear to be a Java 1.5
issue, but possibly a Tomcat 5.5.x issue.
Any additional
additional ideas?
Thank you - Richard
-Original Message-
From: Thomas DeWeese [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 03, 2005 5:08 AM
To: Batik Users
Cc: [EMAIL PROTECTED]
Subject: Re: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could
not be built"
Hi Richard,
Thomas,
Thank you for the suggestion. I will check that out this morning
- Richard
-Original Message-
From: Thomas DeWeese [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 03, 2005 5:08 AM
To: Batik Users
Cc: [EMAIL PROTECTED]
Subject: Re: Error FOP/BATIK ... PDFXMLHandler:253 - svg
--Original Message-
From: Jeremias Maerki [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 03, 2005 12:34 AM
To: [EMAIL PROTECTED]
Subject: Re: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could
not be built"
You're asking for something to work that was written before JDK
le you goofed when you updated the root of
the install for jakarta-tomcat-5.5.7?
Richard Mixon (qwest) wrote:
My build of FOP from 2004/05/29 works fine on Sun Java 1.4.1_02 with
Tomcat 5.0.19, but when I move toSun Java 1.5.1 and Tomcat 5.5.7 I get
the URI I/O error listed below. This build included a
.19, but when I move toSun Java 1.5.1 and Tomcat 5.5.7 I get
> the URI I/O error listed below. This build included a Batik.jar with
> files dates 10/11/2003.
>
> The exception message below seems to indicate it is choking on the
> SmileyFace.gif file - but I am not sure why. I goo
My build of FOP from 2004/05/29 works fine on Sun Java 1.4.1_02 with
Tomcat 5.0.19, but when I move toSun Java 1.5.1 and Tomcat 5.5.7 I get
the URI I/O error listed below. This build included a Batik.jar with
files dates 10/11/2003.
The exception message below seems to indicate it is choking on
Hello;
If this is not an appropriate forum for this please let me know.
I would like to use tidy to clean up some input before I
render my document with FOP.
I am getting the following error:
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:307
You are correct.
Thanks,
Luke
- Original Message -
From: "Chris Bowditch" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 10, 2005 5:44 AM
Subject: Re: Unbound Error
> Luke Shannon wrote:
> > Hello Andreas;
> >
> > This
Luke Shannon wrote:
Hello Andreas;
This is the nature of my problem. The block lies outside of the root. It is
in a template. I start in root, write some generic stuff and than depending
on the params jump of the one of several templates to write out the content.
Each template needs to contains its
AIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 07, 2005 1:36 PM
Subject: RE: Unbound Error
> > -Original Message-
> > From: Luke Shannon [mailto:[EMAIL PROTECTED]
> >
>
> Hi,
>
> > I am getting the error:
> >
> > org.xml.s
> -Original Message-
> From: Luke Shannon [mailto:[EMAIL PROTECTED]
>
Hi,
> I am getting the error:
>
> org.xml.sax.SAXParseException: The prefix "fo" for element
> "fo:block" is not bound.
Without seeing your FO source, difficult to say for
Hello;
I am getting the error:
org.xml.sax.SAXParseException: The prefix "fo" for element "fo:block" is not
bound.
I have been clicking around the form archives trying to find a solution to
this without much luck.
Can someone give me a
> -Original Message-
> From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED]
> > -Original Message-
> > From: Mike Sierra [mailto:[EMAIL PROTECTED]
>
> > $ java -cp
> > build/fop.jar:lib/avalon-framework.jar:lib/xml-apis.jar:lib/
>
> Well... the example command on the website may be a
> -Original Message-
> From: Mike Sierra [mailto:[EMAIL PROTECTED]
Hi,
> I'm trying to install a custom font for the first time, and am running
> this command as spec'ed in the doc:
>
> $ java -cp
> build/fop.jar:lib/avalon-framework.jar:lib/xml-apis.jar:lib/
Well... the example command
Pardon me if this is obvious or has been covered many times already,
but I'm not a Java junkie and have trouble interpreting this error.
I'm trying to install a custom font for the first time, and am running
this command as spec'ed in the doc:
$ java -cp
build/fop
> -Original Message-
> From: Agar, Robert [mailto:[EMAIL PROTECTED]
>
Hi Rob,
> ... tracked down the error to a null pointer exception at
> org.apache.fop.fo.pagination.PageSequence.(PageSequence.java
> :173), caused by the fo:layout-master-set element being missing.
Andreas:
> A couple of hints:
>
> 1. try running FOP with the '-d' command line switch. This
> should give you
> more information, maybe even more helpful :-)
... tracked down the error to a null pointer exception at
org.apache.fop.fo.pagination.PageSequence.(PageSeque
> -Original Message-
> From: Agar, Robert [mailto:[EMAIL PROTECTED]
>
Hi Rob,
> I'm getting this rather less than helpful error message:
A couple of hints:
1. try running FOP with the '-d' command line switch. This should give you
more information, maybe e
hi all
I'm getting this rather less than helpful error message:
[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
[ERROR] null
I
Andreas L. Delmelle wrote:
From: Agar, Robert [mailto:[EMAIL PROTECTED]
>>
I have FOP running embedded in a java program. How do I make it
throw an exception on an error, rather than just logging it?
AFAICT no additional Exception is thrown, most likely because an image not
being found can
> -Original Message-
> From: Agar, Robert [mailto:[EMAIL PROTECTED]
>
Hi,
> I have FOP running embedded in a java program. How do I make it
> throw an exception on an error, rather than just logging it?
>
> The particular error I want it to fail on is this:
> [ERR
hi all,
I have FOP running embedded in a java program. How do I make it throw an
exception on an error, rather than just logging it?
The particular error I want it to fail on is this:
[ERROR] Error while creating area : Error with image URL: Images\test.jpeg (The
system cannot find the path
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
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
Jeremias Maerki wrote:
No idea where this comes from. Anyone else got an idea?
It's a known Xalan bug.
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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
Mark Donnelly wrote:
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.
:/C:/Documents and Settings/mdon/My
Documents/FOP/fop
-0.20.5/../../
[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
org.apache.fop.apps.FOPException: -2
Hi,
In my previous mail, the snipped FO was incomplete and did work fine.
Here follows the right FO, witch generates the described error..
Pascal
> -Message d'origine-
> De : Pascal Sancho
> Envoyé : jeudi 23 septembre 2004 10:36
> À : [EMAIL PROTECTED]
> Objet : Err
No idea where this comes from. Anyone else got an idea? Mark, please give
us the full command-line you're using along with the JDK version you're
using.
On 23.09.2004 19:41:49 Mark Donnelly wrote:
> M:
>
> org.apache.fop.apps.FOPException: -2
> at org.apache.fop.apps.CommandLineStarter.run(Co
:[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
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
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
Hi there,
When I try to generate a PDF with the following FO, I get an error:
[ERROR] file:/E:/projets/peugeot/blueTeam/fop3/data.fo:12:35 No
meaningful layout in block after many attempts. Infinite loop is
assumed. Processing halted.
I use FOP 0.20.5.
If I suppress either a fo:external
age-
From: Saptarshi Sen [mailto:[EMAIL PROTECTED]
Sent: 22. september 2004 10:55
To: [EMAIL PROTECTED]
Subject: Error while trying to open PDF(created using FOP) in Adobe Illustrator
Hi,
We tried to generate a pdf (an image) with embedded fonts and are
facing a problem. The process t
Hi,
We tried to generate a pdf (an image) with embedded fonts and are
facing a problem. The process that we are following is outlined below.
Process
1. We first generate a SVG image of the Chart using Corda PopChart
version 5.1.
- The reason for choosing SVG as an intermediate
Title: Message
Hi,
Possible reasons (I know) to get this error
dialog
1.
Check the root element in the xml and also verify whether the
xsl:template tag name is correct
2. You
will get this error if the rendering process is stop abruptly before
completion.
regards,
Elango
TR
Title: Message
I am
trying to run fop code very similar to ExampleObj2Pdf attached along with
documentation but I get following error when i try to open the pdf file
generated.
Any
idea what might be going wrong? This error is not there in
FAQ.
Thanks
-Amar
On Sep 15, 2004, at 12:17 PM, Steve Whitlatch wrote:
[...]
How would I define a "conversion" to make FOP happy? The error message
is produced when FOP's processing reaches the page on which this code
resides in the .fo file produced by xsltproc:
**
**
Fr
Hello,
I use FOP to convert fo files to pdf. The fo files are produced by
xsltproc and the DocBook XSL stylesheets. To the best of my
knowledge, FOP produces output that is correct somewhere in the high
90 percent range. Thank you to the developers.
I am investigating some FOP error messages
I've just tried the latest SDK
That works fine with J2 SDK 1.4.2_05
Thx to Jeremias & Chris
Pascal
> -Message d'origine-
> De : Chris Bowditch [mailto:[EMAIL PROTECTED]
> Envoyé : mardi 7 septembre 2004 15:25
> À : [EMAIL PROTECTED]
> Objet : Re:
Jeremias Maerki wrote:
Looks like we don't have JDK 1.3 compatibility at the moment. I think I
have seen this myself under JDk 1.3 lately.
Yes, I agree.
Note to Devs: We should see to it that at least the Transcoders compile
again under JDK 1.3 as Batik still depends on it. Unless there is a vote
Jeremias Maerki wrote:
Chris, have you tried under JDK 1.3? Because Pascal tries to compile
under 1.3. Unfortunately, I'm at work on my notebook where I don't have
a current FOP HEAD to try. I can check this out this evening.
I'm running 1.4 at the moment. Ive just tried 1.3 and it fails! Not with
Looks like we don't have JDK 1.3 compatibility at the moment. I think I
have seen this myself under JDk 1.3 lately.
Pascal, please use JDK 1.4 to compile if you really want to take a look
at the latest development code. Be aware that the CVS HEAD code is not
ready for production. It's only interes
rrors is 100.)
[javac] 105 errors
BUILD FAILED
D:\cvs\xml-fop\build.xml:447: Compile failed; see the compiler error output for
details.
> -Message d'origine-
> De : Jeremias Maerki [mailto:[EMAIL PROTECTED]
> Envoyé : mardi 7 septembre 2004 11:39
> À : [EMAIL PROTECTE
Chris, have you tried under JDK 1.3? Because Pascal tries to compile
under 1.3. Unfortunately, I'm at work on my notebook where I don't have
a current FOP HEAD to try. I can check this out this evening.
On 07.09.2004 11:26:08 Chris Bowditch wrote:
> Pascal Sancho wrote:
>
>
>
> >
> > codegen:
Pascal Sancho wrote:
codegen:
[echo] Resetting codegen directory
[echo] Generating the java files from xml resources
[style] Processing D:\cvs\xml-fop\src\codegen\encodings.xml to
D:\cvs\xml-fop\build\gensrc\o
rg\apache\fop\fonts\CodePointMapping.java
[style] Loading stylesheet
D
Hi there,
When I try to build FOP dev1, I get the error page below.
Can everyone help me please, I am not so familiar with CVS & JAVA.
Pascal
Apache FOP: Build System
--
Buildfile: build.xml
init-avail:
[echo] Apache Ant version 1.6.2 compiled on July 16
my jar files with new ones. Also I am
> sending the log file
> generated by Tomcat.
>
> Please advise me.
>
> And thanks for your suggestions.
>
> Regards,
> Bhaskar
>
> -Original Message-
> From: Glen Mazza [mailto:[EMAIL PROTECTED]
> Sent: Thursday, Aug
PROTECTED]
Sent: Thursday, August 19, 2004 10:02 PM
To: [EMAIL PROTECTED]
Subject: Re: Please help me( Error in Servlet to run fop)
Hello Bhaskar,
Looking at the error stack at the point where FOP was
invoked, it is possible you're having a problem with
the xerces and xalan jars in the se
Mosimann Matthias wrote:
Sorry but I'm very new to xml - techniques, study it for a couple of
days. So I'm a little bit confused. I don't know what I should do for
solving this error. I read the FAQ ... But I think there is no
solution?!
You've probably got an image or
Hello Bhaskar,
Looking at the error stack at the point where FOP was
invoked, it is possible you're having a problem with
the xerces and xalan jars in the servlet container.
Either (1) they're not present in either the shared/
or common/ directories of the servlet container, or
(2
Hi everybody,
I
am using fop to generate report. I have set the path of JAR file properly. But
when tried to create object for Driver() class it is throwing an error.
I sending attachment (Error.txt) file containing error
message and I using Tomcat1.4.
Thanks in
Matthias
-Ursprüngliche Nachricht-
Von: Glen Mazza [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 19. August 2004 13:47
An: [EMAIL PROTECTED]
Betreff: Re: AW: AW: Error while using fop: [ERROR]
org.apache.fop.apps.FOPException: master-reference
Matthias,
I would recommend looking through t
hives/200407/msg00114.html
--- Mosimann Matthias <[EMAIL PROTECTED]>
wrote:
> Sorry but I'm very new to xml - techniques, study it
> for a couple of days. So I'm a little bit confused.
> I don't know what I should do for solving this
> error. I read the FAQ
Sorry but I'm very new to xml - techniques, study it for a couple of days. So
I'm a little bit confused. I don't know what I should do for solving this
error. I read the FAQ ... But I think there is no solution?!
Could anybody give me some advice? Many thanks for your answers. I
Mosimann Matthias wrote:
[ERROR] org.apache.fop.apps.FOPException: No meaningful layout in
block after many attempts. Infinite loop is assumed. Processing
halted.
FAQ (again):
http://xml.apache.org/fop/faq.html#fop-hangs
http://xml.apache.org/fop/faq.html#boxoverflow
I think we should update
(Use Xalan for this.)
<- Jep that helped me (stupid mistake)! Thank you! But Now I reieve another
error:
sh fop.sh -xml foptest.xml -xsl foptest.xsl -pdf foptest.pdf
[INFO] FOP 0.20.4
[IN
;.
Please check for the fo:layout-master-set in the
resultant file and make sure it has a
"der-einzige-seitentyp". (Use Xalan for this.)
You may also wish to look at examples/pagination to
see the use of layout-master-set.
Glen
--- Mosimann Matthias <[EMAIL PROTEC
Hi everyone
I recieve the following error when I want to translate a xml and it's
xsl stylesheet to pdf:
sh fop.sh -xsl foptest.xsl -xml foptest.xml foptest.pdf
[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] FOP 0.20.5
[INFO] Using org.apache.xerces.parsers.SAXPars
I have found that this is an error with the xml libraries that come with the
oc4j... I have to start the oc4j server with the following options:
-Xbootclasspath/a:/
-Xbootclasspath/a:/
-Xbootclasspath/a:/
as I said before: amazing!! :)
Thanks everybody!!
Raul (Spain
In OC4J with FOP 0.20.5... what is the problem with
this piece of code?:
Tutalii:
C:\desarrollo\java\install\oc4j\j2ee\home\applications\QuemasFOP\QuemasFOP\WEB-INF\lib/fop.jar[INFO]
[1]
The code that is generating this
'error':
public ByteArrayOutputStream transf
cc:
>
>Subject: Re:
> XMLParser error with unicode characters in XML
"J.Pietschmann"
<[EMAIL PROTECTED]To: [EMAIL PROTECTED]
e> cc:
[EMAIL PROTECTED] wrote:
My boss just called me and informed me that on UNIX ( where we have our
jars and where we run our application server) its getting an error
saying "encoding error utf8". It worked on windows 2000 pro which I am
using. Does the utf8 string needs to be differe
My boss just called me and informed me that on UNIX ( where we have our jars and where we run our application server) its getting an error saying "encoding error utf8". It worked on windows 2000 pro which I am using. Does the utf8 string needs to be different on unix? Pag
TED]
muscle.com> cc:
Subject: RE: XMLParser error
with unicode characters in XML
07/06/2004 02:31
> Here the parser throws a org.xml.sax.SAXParserException
check the xml declaration :
(ISO-8859-1 or something else)
Mat
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ECTED]
Sent: Tuesday, July 06, 2004 5:28 PM
To: [EMAIL PROTECTED]
Cc: fop-dev@xml.apache.org
Subject: XMLParser error with unicode characters in XML file.
I am getting a XML parsing error from weblogic.apache.xerces when I parse a
XML
document which contains accented characters.
This is wh
I am getting a XML parsing error from weblogic.apache.xerces when I parse a
XML
document which contains accented characters.
This is what I am doing
1) Some database columns have accented data for spanish,japanese etc
languages
like NÃmero de identificaÃÃo: and nÃmero de identificaciÃn.
2) I am
de> cc:
Subject: Re: fo:marker initial
child error
[EMAIL PROTECTED] wrote:
OK, I can get it to work if I manually remove the carriage returns and
place the marker inside an inline:
...
However, xalan will not let me do this.
The line feed probably comes from the input. Check whether
xsl:strip-space elemets="*", or a better selection of elements,
f
OK, I can get it to work if I manually remove the carriage returns and
place the marker inside an inline:
RBHZ&P00111
However, xalan will not let me do this. When run the code through it, I
get:
RBHZ&P00111
Which generates the error. It looks like I might have to m
[EMAIL PROTECTED] wrote:
Here is a sample table cell from the xalan processor (I stripped out almost
anything that might cause an issue):
I'd suspect the line feed before the fo:marker might cause the
problem. Every marker will trigger this.
I also suggest to put the markers into a fo:block in th
name="vesselVoyage">/
I get the following errors:
[ERROR]: fo:marker must be an initial child,and 'marker-class-name'
must be
unique for same parent
[ERROR]: fo:marker must be an initial child,and 'marker-class-name'
must be
unique for same parent
It looks l
Here is a sample table cell from the xalan processor (I stripped out almost
anything that might cause an issue):
RBHZ&P00111/
I get the following errors:
[ERROR]: fo:marker must be an initial child,and 'marker-class-name' must be
unique for same parent
[ERROR]: fo:mar
[EMAIL PROTECTED] wrote:
I'm having a problem with my markers in fop 0.20.3. The marker data
displays correctly in the PDF, but I get a log full of the following
message:
1088163278596 -> ERROR [fop]:fo:marker must be an initial child,and
'marker-class-name' must be unique f
I'm having a problem with my markers in fop 0.20.3. The marker data
displays correctly in the PDF, but I get a log full of the following
message:
1088163278596 -> ERROR [fop]:fo:marker must be an initial child,and
'marker-class-name' must be unique for same parent
My code i
1 - 100 of 544 matches
Mail list logo