The scace into a TXT File

Hello,
I have a .xml file and a .xsl file and I want to generate a .TXT file. I use
FOP in command line.
I have a probleme with all spaces.
For example if I have into my .xml file : 
<Name>John Due</Name>, so beetwen "John" and "Due" I have 1 space,
into the generated .txt file I have "John     Due", that meens 5 spaces.
Another probleme: If I want to put a space, &nbsp, where <!ENTITY nbsp
&#160;>, I have into .txt file 2 or 3 spaces.

Plese, tell me a solution for all my problemes
Regards,
Florin

Received on Tuesday, 8 July 2003 05:18:41 UTC