Re: Problem with comma ","

2002-12-12 Thread Peter B. West
Stefano Barella wrote: The correct XML file. Stefano, Correct indeed. There are no commas in the file at all; or at least none that Mozilla could find. Peter -- Peter B. West [EMAIL PROTECTED] http://www.powerup.com.au/~pbwest/ "Lord, to whom shall we go?"

Re: Problem with comma ","

2002-12-12 Thread Stefano Barella
The correct XML file. Bye Stefano -- Original Message -- Wrom: SKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADR Reply-To: [EMAIL PROTECTED] Date: Thu, 12 Dec 2002 10:31:17 +1000 >Stefano Barella wrote: >> Thank u, >> >> my problem was I have a String like this

Re: Problem with comma ","

2002-12-12 Thread Peter B. West
Stefano Barella wrote: Thank u, my problem was I have a String like this one: -0,79 * The problem is the black because now I put int the xml the following string: -0,79* Stefano, Can you provide a snippet of the fo text in which this occurs? Peter -- Peter B. West [EMAIL PROTECTED] http://www.pow

Re: Problem with comma ","

2002-12-11 Thread Stefano Barella
Thank u, my problem was I have a String like this one: -0,79 * The problem is the black because now I put int the xml the following string: -0,79* Bye bye Stefano -- Original Message -- From: Oleg Tkachenko <[EMAIL PROTECTED]> Reply-To: [EMAIL PROT

RE: Problem with comma ","

2002-12-11 Thread Stephan Wiesner
Probably a copy-paste error from Word. Happens all the time to me with '"', for example Stephan > -Original Message- > From: Stefano Barella [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 11. Dezember 2002 17:00 > To: [EMAIL PROTECTED] > Subject: Problem with

Re: Problem with comma ","

2002-12-11 Thread Oleg Tkachenko
Stefano Barella wrote: I'd like to put in a cell of a table a value with comma (,) for example 88,92 but FOP give me the following error: org.apache.fop.apps.FOPException: An invalid XML character (Unicode: 0x0) was found in the element content of the document. Certanly comma is not 0x0, look for

Problem with comma ","

2002-12-11 Thread Stefano Barella
I'd like to put in a cell of a table a value with comma (,) for example 88,92 but FOP give me the following error: org.apache.fop.apps.FOPException: An invalid XML character (Unicode: 0x0) was found in the element content of the document. Any suggestion ? Thanks Stefano Barella