Shamem Miah wrote:

Hi
I have a xsl template which uses list with symbols. When I generate an rtf document from the command prompt it outputs the document correctly with the correct symbols. Now when I perform the transformation in an embedded java program it the symbols are not displayed correctly. I noticed that they get changed from '&#9642' to '

â–ª' .  Anyone know how I can stop this.

Sounds like an encoding problem. How does your java application read the XSLT and XML Files, and how does it pipe these files to FOP? Your are probably doing an implicit conversion from bytes to String somewhere in your code.

Chris



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

Reply via email to